base: nix: get rid of extraOptions
This commit is contained in:
parent
3e3d7153f9
commit
0a50a5c769
|
@ -4,11 +4,9 @@
|
|||
|
||||
nix = {
|
||||
package = pkgs.nixStable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
trusted-users = [ "@wheel" ];
|
||||
substituters = [
|
||||
"https://alarsyo.cachix.org"
|
||||
|
|
Loading…
Reference in a new issue