mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
Merge pull request #13224 from NixOS/nix-profile-add
Rename `nix profile install` to `nix profile add`
This commit is contained in:
commit
e22142e11a
7 changed files with 86 additions and 75 deletions
|
@ -246,11 +246,11 @@ nix3_manpages = [
|
|||
'nix3-nar',
|
||||
'nix3-path-info',
|
||||
'nix3-print-dev-env',
|
||||
'nix3-profile',
|
||||
'nix3-profile-add',
|
||||
'nix3-profile-diff-closures',
|
||||
'nix3-profile-history',
|
||||
'nix3-profile-install',
|
||||
'nix3-profile-list',
|
||||
'nix3-profile',
|
||||
'nix3-profile-remove',
|
||||
'nix3-profile-rollback',
|
||||
'nix3-profile-upgrade',
|
||||
|
|
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