diff --git a/base/nix.nix b/base/nix.nix index 48e41e4..c632aa9 100644 --- a/base/nix.nix +++ b/base/nix.nix @@ -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"