From ab60dd1df72a13cafa4b6081944d8b49819dbb2c Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 18 Mar 2025 12:09:55 -0400 Subject: [PATCH] state version --- hosts/OSX-Darwin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/OSX-Darwin/default.nix b/hosts/OSX-Darwin/default.nix index 61e1b16..fc60018 100644 --- a/hosts/OSX-Darwin/default.nix +++ b/hosts/OSX-Darwin/default.nix @@ -1,3 +1,4 @@ { nixpkgs.hostPlatform = "x86_64-darwin"; + system.stateVersion = 6; }