refactor(update-script): Switch from nvfetcher to nix-update
This commit is contained in:
parent
099666d14d
commit
8757f2ad22
8 changed files with 91 additions and 102 deletions
|
@ -1,7 +1,5 @@
|
|||
{ pkgs }:
|
||||
pkgs.lib.packagesFromDirectoryRecursive {
|
||||
callPackage = pkgs.lib.callPackageWith (
|
||||
pkgs // { sources = pkgs.callPackage ./_sources/generated.nix { }; }
|
||||
);
|
||||
inherit (pkgs) callPackage;
|
||||
directory = ./packages;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue