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:
committed by
sternenseemann
parent
062fde00ff
commit
f1fe7e8e3f
@@ -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
|
||||
;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user