modules: system: nix: use structural 'settings'
Instead of a stringly-typed `extraOptions`.
This commit is contained in:
parent
7e8936fc55
commit
39431c2656
1 changed files with 3 additions and 3 deletions
|
|
@ -17,9 +17,9 @@ in
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixFlakes;
|
||||||
|
|
||||||
extraOptions = ''
|
settings = {
|
||||||
experimental-features = nix-command flakes
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
'';
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue