mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
parent
d123fca83c
commit
888eac32bd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function setNixProfileCommands() {
|
|||
LIST_OUTPATH_CMD="nix profile list"
|
||||
REMOVE_CMD="removeByName"
|
||||
else
|
||||
LIST_OUTPATH_CMD="nix-env -q --outpath"
|
||||
LIST_OUTPATH_CMD="nix-env -q --out-path"
|
||||
REMOVE_CMD="nix-env -q"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue