mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
293 B
293 B
synopsis | prs |
---|---|
Removing and upgrading packages using flake URLs | 10198 |
It is now possible to remove and upgrade packages in nix profile
using flake URLs.
$ nix profile install nixpkgs#firefox
$ nix profile upgrade nixpkgs#firefox
$ nix profile remove nixpkgs#firefox