From 2d782023d379d57cafac1f9807bcc99a61e49773 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 21:05:46 -0400 Subject: [PATCH] feat: move to unstable nix --- profiles/core/nix.nix | 2 ++ 1 file changed, 2 insertions(+) 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;