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
Question to ask at https://discourse.nixos.org/. Reached the current limit for today. Ask tomorrow.
When trying to build a derivation, say foo.nix, with nix-build foo.nix I get the following error:
foo.nix
nix-build foo.nix
mkdir: cannot create directory '/nix/store/.../_build': Permission denied
The builder of the derivation is custom, and is like so:
# builder.sh source $stdenv/setup make sometarget # ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Question to ask at https://discourse.nixos.org/. Reached the current limit for today. Ask tomorrow.
When trying to build a derivation, say
foo.nix
, withnix-build foo.nix
I get the following error:The builder of the derivation is custom, and is like so:
The text was updated successfully, but these errors were encountered: