mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nix-info: add BUILD_ID information
This commit is contained in:
parent
5855ff74f5
commit
e97d588423
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ desc_host_os() {
|
|||
(
|
||||
# shellcheck disable=SC1091
|
||||
. /etc/os-release
|
||||
printf ", %s, %s" "${NAME:-$(uname -v)}" "${VERSION:-noversion}"
|
||||
printf ", %s, %s, %s" "${NAME:-$(uname -v)}" "${VERSION:-noversion}" "${BUILD_ID:-nobuild}"
|
||||
)
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue