1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 04:01:47 +02:00
This commit is contained in:
Bob van der Linden 2025-06-13 05:04:24 +00:00 committed by GitHub
commit cf1517b7fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 72 additions and 1 deletions

View file

@ -0,0 +1,12 @@
---
synopsis: Removing and upgrading packages using flake URLs
prs: 10198
---
It is now possible to remove and upgrade packages in `nix profile` using flake URLs.
```console
$ nix profile install nixpkgs#firefox
$ nix profile upgrade nixpkgs#firefox
$ nix profile remove nixpkgs#firefox
```