chore: fix stack.yml's nix integration once more

We don't need an impure environment anymore, because we can't run the
test suite via stack anyway.
This commit is contained in:
Wolfgang Walther
2026-04-19 13:16:55 +00:00
parent 051b4799de
commit d79f28fd75
+1 -2
View File
@@ -3,10 +3,9 @@ resolver: lts-24.37 # 2026-04-15, GHC 9.10.3
nix: nix:
packages: packages:
- libpq - libpq
- libpq.pg_config
- pkg-config - pkg-config
- zlib - zlib
# disable pure by default so that the test environment can be passed
pure: false
extra-deps: extra-deps:
- configurator-pg-0.2.11 - configurator-pg-0.2.11