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
@tomberek: if the URL changes, regardless how, an update is run. at this point Nix doesn't know that the revision changed, but the subsequent fetch gets you the newest one
this may be a quirk but not necessarily a bug.
@roberth: changing the notion of equivalence would have to be per URL scheme
decision: low priority, may be a good first-time contribution
Describe the bug
I made a change to a flake input that should have no incidence on the build:
However when running a
nix upgrade
, the input was updated:Expected behavior
I did not expect
nix profile upgrade
to update inputsnix-env --version
outputThe text was updated successfully, but these errors were encountered: