From a7872d59d1991c7f726c7845d8ac536c6bdf7fb4 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Fri, 20 Feb 2026 00:10:33 +0100 Subject: [PATCH] add POSTGRES support in nix --- nix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/default.nix b/nix/default.nix index ca91d0e2f..7df58df60 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -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 = ''