@cryptotaxi247 / infra-1 / commits / f7c27e51

macs: test chroot disable patch from nixpkgs#353709

Martin Weinelt committed Nov 6, 2024 at 17:16 UTC f7c27e51ada82d6e72dd16d94ec65b4aa8ef72d5
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 = "";