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.
# Indicate to docker that we're using schema version 1.0.
@@ -966,14 +966,14 @@ rec {
# "#!/usr/bin/env executable" shebang.
usrBinEnv=runCommand"usr-bin-env"{}''
mkdir -p $out/usr/bin
ln -s ${coreutils}/bin/env $out/usr/bin
ln -s ${lib.getExe'coreutils"env"} $out/usr/bin
'';
# This provides /bin/sh, pointing to bash (interactive).
# The use of bash (interactive) here is intentional to support cases like `docker run -it <image_name>`, so keep these use cases in mind if making any changes to how this works.