mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Add release note
This commit is contained in:
parent
803c0086f3
commit
6d59fa03fd
1 changed files with 6 additions and 0 deletions
6
doc/manual/rl-next/nix-profile-add.md
Normal file
6
doc/manual/rl-next/nix-profile-add.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
synopsis: "Rename `nix profile install` to `nix profile add`"
|
||||||
|
prs: [13224]
|
||||||
|
---
|
||||||
|
|
||||||
|
The command `nix profile install` has been renamed to `nix profile add` (though the former is still available as an alias). This is because the verb "add" is a better antonym for the verb "remove" (i.e. `nix profile remove`). Nix also does not have install hooks or general behavior often associated with "installing".
|
Loading…
Add table
Add a link
Reference in a new issue