-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-free nix packages (under Arch Linux) are failing to upgrade #389
Comments
Hi, sorry for the late reply:) Here is the code snippet to update Nix packages: Lines 355 to 417 in a7ddf45
basically, it is doing the following things: $ nix-env --query nix # If this cmd executes successfully, run the next cmd
$ nix upgrade-nix
$ nix-channel --update
$ nix profile upgrade .* # or
$ nix-env --upgrade Would you like to give the above commands a try to see if it can reproduce this issue? And for the possible solutions you have tried, would you like to give them another test with the above commands? |
Now it's my turn to be sorry for the delay. For any reason, the issue disappeared and nixpkgs are upgrading again. Sorry for not being useful and posting the solution (if any) for the issue. |
What did you expect to happen?
Topgrade upgrade nixpkgs installed in Arch Linux.
What actually happened?
Non-free nixpkgs are not being upgraded and the output error is:
Additional Details
I've tried the following to address the issue without luck:
a) nix_arguments = "impure"
b) nix_arguments = "--allowUnfree"
c) nix_arguments = "--allow-unfree"
What can I do? Thanks for your support.
The text was updated successfully, but these errors were encountered: