diff --git a/templates/pure-system/flake.nix b/templates/pure-system/flake.nix index 747d1bf..af06820 100644 --- a/templates/pure-system/flake.nix +++ b/templates/pure-system/flake.nix @@ -72,6 +72,7 @@ home-manager.darwinModules.home-manager hmDefaults {nixpkgs.hostPlatform = "x86_64-darwin";} + {system.stateVersion = 5;} pureSystem ]; };