diff --git a/flake.nix b/flake.nix index 6f1c645..8f74f46 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,10 @@ modules = defaultModules ++ [ (./. + "/${name}.nix") ]; + specialArgs = { + # Use my extended lib in NixOS configuration + inherit lib; + }; }; in eachDefaultSystem