Loading pkgs/build-support/singularity-tools/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ lib.makeExtensible (final: { mkdir -p bin ./${builtins.storeDir} # Loop over the line-separated paths in $layerClosure while IFS= read -r f; do cp -r "$f" "./$f" cp -ar "$f" "./$f" done < "$layerClosure" # TODO(@ShamrockLee): Loading Loading
pkgs/build-support/singularity-tools/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ lib.makeExtensible (final: { mkdir -p bin ./${builtins.storeDir} # Loop over the line-separated paths in $layerClosure while IFS= read -r f; do cp -r "$f" "./$f" cp -ar "$f" "./$f" done < "$layerClosure" # TODO(@ShamrockLee): Loading