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
See #6, in which a derivation failed to build correctly due to not being sandboxed.
We should warn the user anytime they are trying to nix-build something with obelisk and sandboxing is not enabled.
The text was updated successfully, but these errors were encountered:
We should just be able to check something akin to nix show-config | grep 'sandbox = false'.
nix show-config | grep 'sandbox = false'
Sorry, something went wrong.
Alternatively, we can just run our nix-builds with --sandbox
nix-build
--sandbox
Merge pull request #28 from obsidiansystems/fix-typo
0550c4a
Fix typo
Provide Data.Aeson.GADT from aeson-gadt-th's Data.Aeson.GADT.TH
5a529a0
Fixes #28
3noch
No branches or pull requests
See #6, in which a derivation failed to build correctly due to not being sandboxed.
We should warn the user anytime they are trying to nix-build something with obelisk and sandboxing is not enabled.
The text was updated successfully, but these errors were encountered: