base: nix: get rid of extraOptions

This commit is contained in:
Antoine Martin 2022-02-08 14:35:20 +01:00
parent 3e3d7153f9
commit 0a50a5c769

View file

@ -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"