Add lib arg
This commit is contained in:
parent
33530f5f98
commit
39b75407ce
|
@ -12,7 +12,7 @@
|
||||||
entities = let
|
entities = let
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
helper-lib = fudo-lib.lib { pkgs = nixpkgs; };
|
helper-lib = fudo-lib.lib { pkgs = nixpkgs; };
|
||||||
in import ./entities.nix { inherit helper-lib; };
|
in import ./entities.nix { inherit helper-lib lib; };
|
||||||
|
|
||||||
lib = import ./lib.nix {
|
lib = import ./lib.nix {
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
|
|
Loading…
Reference in New Issue