diff options
Diffstat (limited to 'src/nix/profile-remove.md')
-rw-r--r-- | src/nix/profile-remove.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nix/profile-remove.md b/src/nix/profile-remove.md index ba85441d8..a001525ae 100644 --- a/src/nix/profile-remove.md +++ b/src/nix/profile-remove.md @@ -1,11 +1,13 @@ R""( +**Note**: unlike [`nix profile install`](./nix3-profile-install.md), this command does *not* take installables. + # Examples -* Remove a package by position: +* Remove a package by name: ```console - # nix profile remove 3 + # nix profile remove hello ``` * Remove a package by attribute path: |