From 641af302f0638278a9d657c6dec34c2810598163 Mon Sep 17 00:00:00 2001 From: blake Date: Sun, 5 Oct 2025 10:21:26 -0500 Subject: [PATCH] 44 current 2025-10-05 10:21:03 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 036e682..90cbf28 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 43 current 2025-10-05 09:56:15 25.05.20251001.5b5be50 6.12.49 * +# generation: 44 current 2025-10-05 10:21:03 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { @@ -19,14 +19,14 @@ { nixosConfigurations = { snowbelle = nixpkgs.lib.nixosSystem { - extraSpecialArgs = { inherit inputs; }; + specialArgs = { inherit inputs; }; modules = [ ./hosts/snowbelle/configuration.nix inputs.home-manager.nixosModules.default ]; }; vaniville = nixpkgs.lib.nixosSystem { - extraSpecialArgs = { inherit inputs; }; + specialArgs = { inherit inputs; }; modules = [ ./hosts/vaniville/configuration.nix inputs.home-manager.nixosModules.default