Revert "modules/darwin/common: add patch to fix darwin sandbox"

This reverts commit 7297ff990e.
This commit is contained in:
zowoq 2024-07-15 13:02:07 +10:00
parent 879c3e23f2
commit af309937b3

View file

@ -32,16 +32,6 @@ in
programs.info.enable = false;
# fix darwin sandboxing
nix.package = pkgs.nix.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
(pkgs.fetchpatch {
url = "https://github.com/NixOS/nix/commit/217fadd993da88294d0393af374b638afd99b169.patch";
hash = "sha256-nkJouBmEj3vqgjRKhXjbHysgQqqhwebdKBArFAzIBvc=";
})
];
});
nix.settings.trusted-users = [
"@admin"
];