1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

fix: Trailing whitespace

This commit is contained in:
mcmah309 2024-01-02 03:40:00 -05:00
parent 0a29d8368f
commit 8451baefee

View file

@ -78,7 +78,7 @@ in
export LIBARCHIVE=${libarchive.lib}/lib/libarchive.so
# Allows `conda activate` to work properly
condaSh=${installationPath}/etc/profile.d/conda.sh
if [ ! -f $condaSh ]; then
if [ ! -f $condaSh ]; then
conda-install
fi
source $condaSh