Skip to content

Commit

Permalink
add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden committed Mar 8, 2024
1 parent 8fa98ca commit 6872308
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/manual/rl-next/profile-flake-url.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 6872308

Please sign in to comment.