You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disallow writing path input to lock file. Throw an error.
Maybe have a flag --allow-unreproducible-local-path-input for the use case where users are testing something locally and they can't pass --override-input for whatever reason (getFlake, non-interactive Nix use, direnv, not-great CLIs, etc).
Is your feature request related to a problem?
Host paths are not reproducible, so they're not a good source for flake inputs.
Proposed solution
Disallow writing
path
input to lock file. Throw an error.Maybe have a flag
--allow-unreproducible-local-path-input
for the use case where users are testing something locally and they can't pass--override-input
for whatever reason (getFlake
, non-interactive Nix use, direnv, not-great CLIs, etc).Alternative solutions
Additional context
May also solve
Checklist
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: