@cryptotaxi247 / infra-1 / commits / 71f6fc12

`nix fmt`

Jeremy Fleischman committed Nov 8, 2024 at 09:56 UTC 71f6fc1236d60755fe9318beabc60e1c6b28d41d
1 file changed +1 -3
macs/nix-darwin.nix
+1 -3
@@ -46,9 +46,7 @@ in
46 };
47
48 nix.package = pkgs.nixVersions.nix_2_24.overrideAttrs (oldAttrs: {
49 - patches = oldAttrs.patches or [ ] ++ [
50 - ./disable-chroot.patch
51 - ];
49 + patches = oldAttrs.patches or [ ] ++ [ ./disable-chroot.patch ];
50 });
51 nix.gc.automatic = true;
52 nix.gc.user = "";