nix-info: add BUILD_ID information

main
1000101 2 years ago
parent 5855ff74f5
commit e97d588423
  1. 2
      pkgs/tools/nix/info/info.sh

@ -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…
Cancel
Save