1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Merge pull request #10060 from bobvanderlinden/pr-simple-profile-remove-suggestion

profile: suggest removal using profile entry name
This commit is contained in:
Eelco Dolstra 2024-02-22 11:02:12 +01:00 committed by GitHub
commit f183eef4a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -166,7 +166,7 @@ error: An existing package already provides the following file:
To remove the existing package:
nix profile remove path:${flake1Dir}#packages.${system}.default
nix profile remove flake1
The new package can also be installed next to the existing one by assigning a different priority.
The conflicting packages have a priority of 5.