mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
move to nix_2_4
This commit is contained in:
parent
253dc6d4cf
commit
a87c48a03e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
nix = {
|
nix = {
|
||||||
daemonNiceLevel = 19;
|
daemonNiceLevel = 19;
|
||||||
daemonIONiceLevel = 7;
|
daemonIONiceLevel = 7;
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nix_2_4; # remove when nixStable is 2.4
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue