Skip to content

Commit 5702e0f

Browse files
authored
Add reference to Nixpkgs issue
1 parent 7deaa24 commit 5702e0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/haskell-nix-flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ in
7777
## This check has a test that tries to write to $HOME, so we give it a fake one.
7878
"unison-cli:test:cli-tests" = haskell-nix-flake.checks."unison-cli:test:cli-tests".overrideAttrs (old: {
7979
## On macOS, this derivation requires access to `security`, which is outside the sandbox, so we tell Nix that
80-
## it doesn’t work in the sandbox.
80+
## it doesn’t work in the sandbox. There is a lot of discussion, but no fix, with NixOS/nixpkgs#297775 maybe
81+
## being the best starting point.
8182
__noChroot = pkgs.stdenv.isDarwin;
8283
## The builder here doesn’t `runHook preBuild`, so we just prepend onto `buildPhase`.
8384
buildPhase =

0 commit comments

Comments
 (0)