diff --git a/bin/run-ci.sh b/bin/run-ci.sh index fb3a3fec1..35b9bf224 100755 --- a/bin/run-ci.sh +++ b/bin/run-ci.sh @@ -200,6 +200,8 @@ ghcHEAD () { # ghcjs #------------------------------------------------------------------------------ +# Use the following nix expression for ghcjs +# nix-env -f https://github.com/composewell/nixpkgs/archive/refs/tags/22.05-composewell.tar.gz -iA pkgs.haskell.compiler.ghcjs ghcjs () { # We don't pass 'CABAL_BUILD_OPTIONS="--flag limit-build-mem"' here as # ghcjs requires more memory to build. Adding a conditional for ghcjs in