1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

add release note

This commit is contained in:
Bob van der Linden 2024-03-08 23:04:16 +01:00
parent 2123305725
commit 10a6dff3b8
No known key found for this signature in database

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
```