mirror of
https://github.com/nix-community/home-manager
synced 2025-02-02 14:25:04 +01:00
home-manager: make --version
report 23.05-pre
It is a bit misleading to report 22.11 when running from the master branch.
This commit is contained in:
parent
d68cd7f7df
commit
fc3432bac2
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ while [[ $# -gt 0 ]]; do
|
||||||
export VERBOSE=1
|
export VERBOSE=1
|
||||||
;;
|
;;
|
||||||
--version)
|
--version)
|
||||||
echo 22.11
|
echo 23.05-pre
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue