Revert "modules/darwin/common: add patch to fix darwin sandbox"
This reverts commit 7297ff990e
.
This commit is contained in:
parent
879c3e23f2
commit
af309937b3
1 changed files with 0 additions and 10 deletions
|
@ -32,16 +32,6 @@ in
|
||||||
|
|
||||||
programs.info.enable = false;
|
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 = [
|
nix.settings.trusted-users = [
|
||||||
"@admin"
|
"@admin"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue