From 6872308e56e8e4959bf67d71dfb84ba6a5ba1cd0 Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Fri, 8 Mar 2024 23:04:16 +0100 Subject: [PATCH] add release note --- doc/manual/rl-next/profile-flake-url.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/manual/rl-next/profile-flake-url.md diff --git a/doc/manual/rl-next/profile-flake-url.md b/doc/manual/rl-next/profile-flake-url.md new file mode 100644 index 000000000000..e9b54665052d --- /dev/null +++ b/doc/manual/rl-next/profile-flake-url.md @@ -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 +```