mirror of
https://github.com/nix-community/home-manager
synced 2025-03-30 10:45:09 +02: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"
|
LIST_OUTPATH_CMD="nix profile list"
|
||||||
REMOVE_CMD="removeByName"
|
REMOVE_CMD="removeByName"
|
||||||
else
|
else
|
||||||
LIST_OUTPATH_CMD="nix-env -q --outpath"
|
LIST_OUTPATH_CMD="nix-env -q --out-path"
|
||||||
REMOVE_CMD="nix-env -q"
|
REMOVE_CMD="nix-env -q"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue