Skip to content

Commit 89332c3

Browse files
authored
nixd/docs: prefer nix profile add over nix profile install (#707)
just setting up for the first time and `nix` warns me: ``` warning: 'install' is a deprecated alias for 'add' ``` maybe best to use `add` in the docs
1 parent 474df09 commit 89332c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixd/docs/editor-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ nix-env -iA nixpkgs.nixd
4343
<summary><b>nix profile</b></summary>
4444

4545
```console
46-
nix profile install github:nixos/nixpkgs#nixd
46+
nix profile add github:nixos/nixpkgs#nixd
4747
```
4848

4949
</details>

0 commit comments

Comments
 (0)