diff --git a/profiles/core/nix.nix b/profiles/core/nix.nix index 74aa048..f9b3e07 100644 --- a/profiles/core/nix.nix +++ b/profiles/core/nix.nix @@ -1,6 +1,8 @@ { config, pkgs, self, lib, ... }: { nix = { + package = pkgs.nixUnstable; + systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; autoOptimiseStore = true;