mirror of
https://github.com/nix-community/home-manager
synced 2025-01-07 09:39:49 +01:00
home-manager: add --version
option
This commit is contained in:
parent
249e31b656
commit
63f299b334
1 changed files with 4 additions and 0 deletions
|
@ -512,6 +512,10 @@ while [[ $# -gt 0 ]]; do
|
|||
-v|--verbose)
|
||||
export VERBOSE=1
|
||||
;;
|
||||
--version)
|
||||
echo 20.09
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
case $COMMAND in
|
||||
expire-generations|remove-generations)
|
||||
|
|
Loading…
Reference in a new issue