Add lib arg

This commit is contained in:
niten 2024-06-02 16:03:22 -07:00
parent 33530f5f98
commit 39b75407ce
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
entities = let
inherit (nixpkgs) lib;
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 {
inherit (nixpkgs) lib;