top-level/release-haskell.nix: add postgrest to pkgsStatic

PostgREST depends on the pkgsStatic build downstream, let's make sure
the basics don't break here.
This commit is contained in:
Wolfgang Walther
2025-02-10 15:03:57 +01:00
committed by sternenseemann
parent 062fde00ff
commit f1fe7e8e3f
+2
View File
@@ -455,6 +455,7 @@ let
cabal2nix
terminfo # isn't bundled for cross
xhtml # isn't bundled for cross
postgrest
;
};
@@ -467,6 +468,7 @@ let
cabal2nix
terminfo # isn't bundled for cross
xhtml # isn't bundled for cross
postgrest
;
};