bins/flake: fix gen-patches calls
This commit is contained in:
parent
541dda9262
commit
3f6df64a95
@ -13,7 +13,7 @@ let
|
||||
inherit gosignify;
|
||||
inherit (pkgs) curl;
|
||||
});
|
||||
genPatches = import ./gen-patches.nix { inherit pkgs; };
|
||||
genPatches = pkgs.callPackage ./gen-patches.nix { };
|
||||
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -256,6 +256,8 @@
|
||||
kurinto = spkgs.callPackage ./pkgs/kurinto.nix { };
|
||||
mcchunkie = spkgs.callPackage ./pkgs/mcchunkie.nix { inherit spkgs; };
|
||||
yaegi = spkgs.callPackage ./pkgs/yaegi.nix { inherit spkgs; };
|
||||
gen-patches =
|
||||
spkgs.callPackage ./bins/gen-patches.nix { inherit spkgs; };
|
||||
yarr = spkgs.callPackage ./pkgs/yarr.nix {
|
||||
inherit spkgs;
|
||||
isUnstable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user