Skip to content

Commit a7872d5

Browse files
add POSTGRES support in nix
1 parent b23e722 commit a7872d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ in stdenv.mkDerivation {
6161
"QUICK_AND_DIRTY_NIMBLE=${if quickAndDirty then "1" else "0"}"
6262
"USE_SYSTEM_NIM=${if useSystemNim then "1" else "0"}"
6363
"LIBRLN_FILE=${zerokitRln}/lib/librln.${if abidir != null then "so" else "a"}"
64+
"POSTGRES=1"
6465
];
6566

6667
configurePhase = ''

0 commit comments

Comments
 (0)