Skip to content

Commit de12160

Browse files
committed
Fix setup-deps test
1 parent 7c82794 commit de12160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/make-config-files.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ let
160160
fi
161161
''}
162162
done
163-
for p in ${lib.concatStringsSep " " (lib.remove "ghc" nonReinstallablePkgs')}; do
163+
for p in ${lib.concatStringsSep " " nonReinstallablePkgs'}; do
164164
if [ -e $ghcDeps/envDeps/$p ]; then
165165
cat $ghcDeps/envDeps/$p >> $configFiles/ghc-environment
166166
fi

0 commit comments

Comments
 (0)