-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Realising a missing output of a derivation with another output already valid #21
Comments
edolstra
added a commit
that referenced
this issue
Sep 11, 2012
This handles the chroot and build hook cases, which are easy. Supporting the non-chroot-build case will require more work (hash rewriting!). Issue #21.
meditans
referenced
this issue
in Ericson2314/nix
Aug 28, 2020
Revert "Move compareVersions to libutil"
colemickens
pushed a commit
to colemickens/nix
that referenced
this issue
Dec 21, 2020
WIP: more changes from @volth
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If derivation foo has outputs bar and baz and foo.baz is valid in the store but foo.bar isn't, there is currently no way to build foo.bar without invalidating foo.baz first. When chroot builds are enabled, we can just rebuild everything in the chroot, but when they aren't possible some form of hash rewriting will be necessary.
The text was updated successfully, but these errors were encountered: