diff options
author | sils <sils@sils.li> | 2023-01-19 22:16:53 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-01-19 22:16:53 +0100 |
commit | 3f3be03562d4e89930453099a3e5c5198bb4d127 (patch) | |
tree | 902a3ced758f2855e8cd0e374f51e70f1e772d2e /nix.nix | |
parent | Structure: flakeify (diff) | |
download | nix-config-3f3be03562d4e89930453099a3e5c5198bb4d127.tar.gz nix-config-3f3be03562d4e89930453099a3e5c5198bb4d127.zip |
Format: Format Code
Diffstat (limited to 'nix.nix')
-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"]; }; }; } |