mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 05:03:09 +00:00
home-manager: fix nix-env uninstall command
This commit is contained in:
parent
defd16c5d5
commit
0f3dfc16d0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function setNixProfileCommands() {
|
|||
REMOVE_CMD="removeByName"
|
||||
else
|
||||
LIST_OUTPATH_CMD="nix-env -q --out-path"
|
||||
REMOVE_CMD="nix-env -q"
|
||||
REMOVE_CMD="nix-env --uninstall"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue