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