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
recursive-nix
Using Nix 2.21.0 on the only example in the manual fails to build:
nix/src/libutil/experimental-features.cc
Lines 124 to 136 in 478c053
nix-build recursive.nix -I nixpkgs=channel:nixpkgs-unstable --extra-experimental-features recursive-nix
building '/nix/store/mjq5z8z7rp04avbjya9qlfc3xhimnlyz-foo.drv'... error: creating directory '/nix/var': Permission denied error: builder for '/nix/store/mjq5z8z7rp04avbjya9qlfc3xhimnlyz-foo.drv' failed with exit code 1;
Document everything required to make it work, as done in a Nixpkgs test.
Related:
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Using Nix 2.21.0 on the only example in the manual fails to build:
nix/src/libutil/experimental-features.cc
Lines 124 to 136 in 478c053
Proposal
Document everything required to make it work, as done in a Nixpkgs test.
Related:
Checklist
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: