mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-05 15:32:49 +00:00
nix: fix tests in darwin sandbox
This commit is contained in:
parent
fbaa51b4ce
commit
0c53293a9e
@ -116,6 +116,12 @@
|
||||
"^target/"
|
||||
];
|
||||
|
||||
# Taplo requires SystemConfiguration access, as it unconditionally creates a
|
||||
# reqwest client.
|
||||
sandboxProfile = ''
|
||||
(allow mach-lookup (global-name "com.apple.SystemConfiguration.configd"))
|
||||
'';
|
||||
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
nativeBuildInputs = nativeBuildInputs ++ [pkgs.installShellFiles];
|
||||
inherit buildInputs nativeCheckInputs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user