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
1 chromium-83.0.4103.61 (nixpkgs.chromium)
An open source web browser from Google
20 chromium-81.0.4044.122 (nixpkgs.ungoogled-chromium)
An open source web browser from Google, with dependencies on Google web services removed
I installed the nixpkgs.ungoogled-chromium one. When trying to do updates I run nix-env -u, and nix tries to replace nixpkgs.ungoogled-chromium with nixpkgs.chromium. How do I lock the install to a specific provider? (not sure what you call the package name inside the ()'s). I don't think this is a nox specific issue, but I don't even know what to google or look through on the nix manual.
Summary of questions:
Why does chromium get auto-upgraded to a different package?
How do I lock it to only nixpkgs.ungoogled-chromium?
What do you call the part of the package name inside of the ()'s?
I am using Arch Linux (Manjaro) with the nix daemon
The text was updated successfully, but these errors were encountered:
My current thinking is that adding the package manually using my ~/.config/nixpkgs/config.nix file may be a way to do it. It seems more tedious, but if it works then it works.
truesilver92
changed the title
help: differentiating between packages [what is in the ()'s]
help: differentiating between packages on update/upgrade [what is in the ()'s]
May 26, 2020
running
nox chromium
returns many results, but the keys ones are here:
I installed the
nixpkgs.ungoogled-chromium
one. When trying to do updates I runnix-env -u
, and nix tries to replacenixpkgs.ungoogled-chromium
withnixpkgs.chromium
. How do I lock the install to a specific provider? (not sure what you call the package name inside the ()'s). I don't think this is a nox specific issue, but I don't even know what to google or look through on the nix manual.Summary of questions:
Why does chromium get auto-upgraded to a different package?
How do I lock it to only
nixpkgs.ungoogled-chromium
?What do you call the part of the package name inside of the ()'s?
I am using Arch Linux (Manjaro) with the nix daemon
The text was updated successfully, but these errors were encountered: