diff --git a/system/hosts/Styx.nix b/system/hosts/Styx.nix index 6cb83e7..eb46e6f 100644 --- a/system/hosts/Styx.nix +++ b/system/hosts/Styx.nix @@ -1,3 +1,5 @@ +{ pkgs, ... }: + let homeDir = "/Users/daniel"; in @@ -14,6 +16,8 @@ in ]; nix = { + package = pkgs.nixVersions.stable; + settings = { experimental-features = [ "nix-command" "flakes" ]; extra-platforms = [ "x86_64-darwin" ];