We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pre-build-hook
It seems pre-build-hook has no effect on MacOS even though MacOS supports sandbox = true and extra-sandbox-paths
sandbox = true
extra-sandbox-paths
nix build --pre-build-hook my-hook
It should fail because my-hook doesn't exist. but it succeeds because the hook isn't executed
my-hook
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
It seems
pre-build-hook
has no effect on MacOS even though MacOS supportssandbox = true
andextra-sandbox-paths
Steps To Reproduce
Expected behavior
It should fail because
my-hook
doesn't exist. but it succeeds because the hook isn't executedMetadata
Additional context
Checklist
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: