Using --override-input
fails trying to unpack source even if input has flake = false
.
#12634
Closed
2 tasks done
Labels
Describe the bug
I have a flake where an input is a non-flake url.
when trying other rust releases via
--override-input
,nix
will always try to unpack the fetched source,even if the input itself was marked as being a non-flake.
Steps To Reproduce
Expected behavior
Since nix already loads the flake definition when overriding an input, it should be aware of non-flake inputs and do not try to unpack those sources and simply download them into the store.
Metadata
Additional context
None
Checklist
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: