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
If nix-prefetch fails the version bump stays saved in the file
Then if you run nix-update --build --commit again it'll just build the "new version" with the old shas and then commit like so: nerdctl: 0.6.1 -> 0.6.1
I've opened the nix-prefetch issue separately:
Some potential solutions would be:
Revert the version change if nix-prefetch fails
Don't commit a change if "Not updating version, already 0.6.1" (might be nice if it aborted the build too?)
As a note the nix-prefetch error was resolved by updating so it'd be using nix-prefetch @ 0.4.0 instead of 0.3.1
But in the event of future nix-prefetch errors this would be useful.
If
nix-prefetch
fails the version bump stays saved in the fileThen if you run
nix-update --build --commit
again it'll just build the "new version" with the old shas and then commit like so:nerdctl: 0.6.1 -> 0.6.1
I've opened the
nix-prefetch
issue separately:Some potential solutions would be:
nix-prefetch
fails(either or both)
Config
~/.config/nixpkgs/config.nix
:Should be nothing in there that causes issues
Logs:
The text was updated successfully, but these errors were encountered: