forked from mirrors/nixpkgs
nixos-version: print error for missing revision to stderr
This commit is contained in:
parent
c09f6c3db0
commit
3b5456608a
|
@ -8,7 +8,7 @@ case "$1" in
|
|||
;;
|
||||
--hash|--revision)
|
||||
if ! [[ @revision@ =~ ^[0-9a-f]+$ ]]; then
|
||||
echo "$0: Nixpkgs commit hash is unknown"
|
||||
echo "$0: Nixpkgs commit hash is unknown" >&2
|
||||
exit 1
|
||||
fi
|
||||
echo "@revision@"
|
||||
|
|
Loading…
Reference in a new issue