1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00
nix/doc/manual/rl-next/profile-flake-url.md
Bob van der Linden 10a6dff3b8
add release note
2024-03-15 22:28:33 +01:00

12 lines
293 B
Markdown

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