Open telotortium opened 8 years ago
I marked this as stale due to inactivity. → More info
Is there an official workaround to this? It's hard to update on unstable when often at least one package will fail to build.
I marked this as stale due to inactivity. → More info
No answer to this?
It would be nice if
nix-env --upgrade
did not stop on the first build failure, or at least had a flag to force the upgrade to continue.Currently, I'm trying to upgrade to the newest version of unstable after a few months, but one of the packages in this snapshot seems to be broken:
After the failed build of vimplugin-youcompleteme, however, not all the packages were upgraded -- I was still able to run
nix-env --upgrade tmux
to upgrade tmux from 2.0 to 2.1, showing that some upgradable packages had not been upgraded due to a build failure in an unrelated package.The
--keep-going
flag only continues building the broken package after the first failure -- it doesn't upgrade other unrelated packages.I'm running Nix 1.10.