lib is a file, not a dir
This commit is contained in:
parent
2347610514
commit
034dbb4093
@ -9,7 +9,7 @@
|
|||||||
entities = let helper-lib = fudo-lib.lib { pkgs = nixpkgs; };
|
entities = let helper-lib = fudo-lib.lib { pkgs = nixpkgs; };
|
||||||
in import ./entities.nix { inherit helper-lib; };
|
in import ./entities.nix { inherit helper-lib; };
|
||||||
|
|
||||||
lib = import ./lib {
|
lib = import ./lib.nix {
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
inherit (self) entities;
|
inherit (self) entities;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user