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:
+1
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user