mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
snouty: enable networking on darwin
(cherry picked from commit b9fb78fae7)
This commit is contained in:
parent
19d9f7dd3f
commit
25dd1cab88
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
versionCheckProgramArg = "version";
|
||||
doInstallCheck = true;
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue