feat: move to unstable nix

This commit is contained in:
Infinidoge 2021-09-19 21:05:46 -04:00
parent 3575493fa1
commit 2d782023d3

View file

@ -1,6 +1,8 @@
{ config, pkgs, self, lib, ... }: { { config, pkgs, self, lib, ... }: {
nix = { nix = {
package = pkgs.nixUnstable;
systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
autoOptimiseStore = true; autoOptimiseStore = true;