Open truesilver92 opened 4 years ago
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.
Same question here
I think that the part in ()'s is the attribute path, but how do you get nix-env -u
to stick with a specific attribute path?
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