diff --git a/flake.nix b/flake.nix index 6e64bac..de5dcf8 100644 --- a/flake.nix +++ b/flake.nix @@ -13,10 +13,11 @@ forAllSystems = nixpkgs.lib.genAttrs systems; nixosConfig = name: - nixpkgs.lib.nixosSystem { + self.lib.nixosSystem { inherit system; modules = [ self.nixosModule ]; specialArgs.hostName = name; + specialArgs.lib = self.lib; }; in {