try new style

This commit is contained in:
2025-03-15 19:35:18 +04:00
parent cd644ee4c8
commit 4602860deb

View File

@@ -3,9 +3,5 @@
inputs = { }; inputs = { };
outputs = outputs = _: { pkgs }: import ./lib.nix { inherit pkgs; };
{ ... }:
{
mkLib = pkgs: import ./lib.nix { inherit pkgs; };
};
} }