mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
baseline: specify nixFlakes
This commit is contained in:
parent
a7f01a4590
commit
14864ace91
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
package = pkgs.nixFlakes;
|
||||||
daemonCPUSchedPolicy = "idle";
|
daemonCPUSchedPolicy = "idle";
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
|
Loading…
Reference in a new issue