mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
add release note
This commit is contained in:
parent
2123305725
commit
10a6dff3b8
1 changed files with 12 additions and 0 deletions
12
doc/manual/rl-next/profile-flake-url.md
Normal file
12
doc/manual/rl-next/profile-flake-url.md
Normal 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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue