From d5559cf38bea14698bd643f91d30ef360ed9d135 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 31 Mar 2023 18:55:21 -0700 Subject: [PATCH] fixed type --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3f66feb..0b604fd 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ inherit inputs nixpkgs home-manager user kmonad ; # Home server - Alaska = lib.nixossystem { + Alaska = lib.nixosSystem { inherit system; specialArgs = { inherit user; };