Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit eea9539258 - Show all commits

View File

@@ -18,6 +18,7 @@ stdenv.mkDerivation {
# This program loads a environment with the given programs available.
# Requires /nix to be available.
curdir="\$(pwd)"
export "buildInputs=$buildInputs"
# ${stdenv}
export "PATH=$PATH"
@@ -39,6 +40,8 @@ stdenv.mkDerivation {
# Access to bin and nix tools for srun, as it keeps the PATH
export "PATH=\$PATH:/bin"
export "PATH=$PATH:/gpfs/projects/bsc15/nix/bin"
export "SHELL=${bashInteractive}/bin/bash"
export HISTFILE="\$curdir/.histfile"
if [[ -z "\$@" ]]; then
exec ${bashInteractive}/bin/bash