mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
home-manager: fix nix-env uninstall command
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user