lib is a file, not a dir

This commit is contained in:
niten 2023-01-17 13:40:23 -08:00
parent 2347610514
commit 034dbb4093

View File

@ -9,7 +9,7 @@
entities = let helper-lib = fudo-lib.lib { pkgs = nixpkgs; };
in import ./entities.nix { inherit helper-lib; };
lib = import ./lib {
lib = import ./lib.nix {
inherit (nixpkgs) lib;
inherit (self) entities;
};