Skip to content

Commit

Permalink
try other postgresql versions
Browse files Browse the repository at this point in the history
  • Loading branch information
codygman committed Jun 26, 2021
1 parent 9cbac50 commit f80809a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ packages:

nix:
enable: true
packages: [postgresql]
packages:
# - postgresql # No segfault
# - postgresql_12 # No segfault
- postgresql_13 # No segfault

0 comments on commit f80809a

Please sign in to comment.