From b63dd0f25e2b0acf1210f1d86449cdac105cf6d1 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 20 Sep 2024 22:49:40 +0200 Subject: [PATCH] styx: fix --- system/hosts/Styx.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/hosts/Styx.nix b/system/hosts/Styx.nix index 69468e9..b0b3253 100644 --- a/system/hosts/Styx.nix +++ b/system/hosts/Styx.nix @@ -16,6 +16,9 @@ in ../darwin/fake-homebrew.nix ]; + system.stateVersion = 5; + ids.gids.nixbld = 30000; + nix = { settings = { experimental-features = [ "nix-command" "flakes" ];