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