Skip to content

Commit 2b19179

Browse files
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.
1 parent abb04f4 commit 2b19179

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stack.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ resolver: lts-22.44 # 2025-05-02, GHC 9.6.7
33
nix:
44
packages:
55
- libpq
6+
- libpq.pg_config
67
- pkg-config
78
- zlib
8-
# disable pure by default so that the test environment can be passed
9-
pure: false
109

1110
extra-deps:
1211
- fuzzyset-0.2.4

0 commit comments

Comments
 (0)