fix(nix): system-feature -> system-features

This commit is contained in:
Infinidoge 2022-01-31 02:53:48 -05:00
parent 661cbe2b10
commit fd9abd48fa

View file

@ -9,7 +9,7 @@ with lib;
trusted-users = [ "root" "@wheel" ]; trusted-users = [ "root" "@wheel" ];
system-feature = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
auto-optimise-store = true; auto-optimise-store = true;