diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/stack.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/stack.yaml b/server/stack.yaml index 74734a0..8d583aa 100644 --- a/server/stack.yaml +++ b/server/stack.yaml @@ -3,3 +3,5 @@ packages: - '.' extra-deps: - 'vector-shuffling-1.1' +nix: + packages: ["zlib.dev", "zlib.out"] |