1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
nix/doc/manual/rl-next/nix-profile-add.md
2025-05-20 18:24:13 +02:00

6 lines
403 B
Markdown

---
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".