@cryptotaxi247 / infra / commits / 3f3d44b3

Run `nix fmt`

Somehow the formatting of this file got messed up. It's causing CI to fail.

Jeremy Fleischman committed Oct 29, 2024 at 11:49 UTC 3f3d44b39e0cf47c6a35f079a7a94df4131256ea
1 file changed +2 -1
macs/nix-darwin.nix
+2 -1
@@ -17,7 +17,8 @@ let
17 ];
18
19 authorizedNixStoreKey =
20 - key: "command=\"${environment} ${config.nix.package}/bin/nix-store --serve --store daemon --write\" ${key}";
20 + key:
21 + "command=\"${environment} ${config.nix.package}/bin/nix-store --serve --store daemon --write\" ${key}";
22 in
23
24 {