input-output-hk / devx

The Developer Experience Shell - This repo contains a nix develop shell for haskell. Its primary purpose is to help get a development shell for haskell quickly and across multiple operating systems (and architectures).
Apache License 2.0
39 stars 9 forks source link

JS shell: invalid flags #115

Open hsyl20 opened 10 months ago

hsyl20 commented 10 months ago

In the JS shell:

nix develop github:input-output-hk/devx#ghc810-js-minimal-iog --no-write-lock-file --refresh

we have:

env | grep NIX_CABAL_FLAGS NIX_CABAL_FLAGS=--with-ghc=javascript-unknown-ghcjs-ghc --with-ghc-pkg=javascript-unknown-ghcjs-ghc-pkg --with-hsc2hs=javascript-unknown-ghcjs-hsc2hs

Two issues:

hsyl20 commented 10 months ago

Cc @JoshMeredith

hsyl20 commented 10 months ago

We should probably test the environment on CI if possible.