feat: move to unstable nix
This commit is contained in:
parent
3575493fa1
commit
2d782023d3
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue