From 0a304dbac23fd53c1ce56b86a19b73df9c4a38f7 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 4 Nov 2023 15:49:58 +0100 Subject: [PATCH] fixed spelling error --- base-system/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-system/flake.nix b/base-system/flake.nix index 4b505cf..8ef07f6 100644 --- a/base-system/flake.nix +++ b/base-system/flake.nix @@ -30,7 +30,7 @@ } ]; }; - nixConfigurations.nixsurface = nixpkgs.lib.nixosSystem { + nixosConfigurations.nixsurface = nixpkgs.lib.nixosSystem { specialArgs = { inherit system; }; modules = [