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