From b68bad886b8c7d9a7f7c48030f679c9e0b442023 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Sat, 12 Jul 2025 11:35:23 +0800 Subject: [PATCH] Remove unrequired rec decleration --- helpers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.nix b/helpers.nix index d67b96c..968e8d8 100644 --- a/helpers.nix +++ b/helpers.nix @@ -46,7 +46,7 @@ with inputs.nixpkgs.lib; { }; in { - nixosConfigurations.${hostname} = nixosSystem rec { + nixosConfigurations.${hostname} = nixosSystem { inherit system pkgs; specialArgs = {