From 3f3be03562d4e89930453099a3e5c5198bb4d127 Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 19 Jan 2023 22:16:53 +0100 Subject: Format: Format Code --- nix.nix | 4 ++-- 1 file 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"]; }; }; } -- cgit 1.4.1