Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
nixpkgs="$(git rev-parse --show-toplevel||(printf'Could not find root of nixpkgs repo\nAre we running from within the nixpkgs git repo?\n'>&2;exit 1))"
stripwhitespace(){
sed-e's/^[[:space:]]*//'-e's/[[:space:]]*$//'
}
narhash(){
nix --extra-experimental-features nix-command store prefetch-file --json"$1" | jq -r .hash