1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

home-manager: add --version option

This commit is contained in:
Robert Helgesson 2020-11-03 23:10:21 +01:00
parent 249e31b656
commit 63f299b334
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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)