mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-21 06:13:11 +00:00
add POSTGRES support in nix
This commit is contained in:
parent
b23e722cb4
commit
a7872d59d1
@ -61,6 +61,7 @@ in stdenv.mkDerivation {
|
||||
"QUICK_AND_DIRTY_NIMBLE=${if quickAndDirty then "1" else "0"}"
|
||||
"USE_SYSTEM_NIM=${if useSystemNim then "1" else "0"}"
|
||||
"LIBRLN_FILE=${zerokitRln}/lib/librln.${if abidir != null then "so" else "a"}"
|
||||
"POSTGRES=1"
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user