diff options
-rw-r--r-- | nix.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix.nix b/nix.nix index 5c07342..b94cfc9 100644 --- a/nix.nix +++ b/nix.nix @@ -11,8 +11,8 @@ options = "--delete-older-than 3"; }; settings = { - auto-optimise-store = true; - experimental-features = [ "nix-command" "flakes"]; + auto-optimise-store = true; + experimental-features = ["nix-command" "flakes"]; }; }; } |