Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Use instead of src when building purs in nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Bertram committed Jan 11, 2022
1 parent 265e51b commit 88d3ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/lib/purescript.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ stdenv.mkDerivation {
install-spago-style
echo building project...
psa compile --strict --censor-lib --stash --is-lib=generated --is-lib=.spago ${spagoSources} ${extraPSPaths} "src/**/*.purs" "test/**/*.purs"
psa --strict --censor-lib --stash --is-lib=$src/generated --is-lib=.spago ${spagoSources} ${extraPSPaths} "$src/**/*.purs"
echo done.
npm run build:webpack:prod
'';
Expand Down

0 comments on commit 88d3ec7

Please sign in to comment.