mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
fix bad pkgs call
This commit is contained in:
parent
f343aad16a
commit
58ff0bb2f7
@ -12,14 +12,13 @@
|
||||
outputs = {self, nixpkgs, flake-utils, gitignore}:
|
||||
let
|
||||
kitchenGen = import ./kitchen.nix;
|
||||
gitignoreSrc = pkgs.callPackage gitignore { };
|
||||
in
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let pkgs = import nixpkgs { inherit system; }; in
|
||||
{
|
||||
defaultPackage = (kitchenGen {
|
||||
nixpkgs = pkgs;
|
||||
inherit gitignoreSrc;
|
||||
gitignoreSrc = pkgs.callPackage gitignore { };
|
||||
});
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user