From baaab510cb9a7ae33c9da8c773f33788665c3912 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Wed, 23 Oct 2024 00:09:09 -0500 Subject: [PATCH] nix fmt --- hosts/darwin/spotlights-macbook-air/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/darwin/spotlights-macbook-air/configuration.nix b/hosts/darwin/spotlights-macbook-air/configuration.nix index ca517dd..d020420 100644 --- a/hosts/darwin/spotlights-macbook-air/configuration.nix +++ b/hosts/darwin/spotlights-macbook-air/configuration.nix @@ -43,7 +43,7 @@ settings = { # Necessary for using flakes on this system. experimental-features = "nix-command flakes"; - + # Include Garnix substituters = [ "https://cache.garnix.io" ]; trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];