nix: Build static postgrest executable via pkgsStatic
This replaces the build via static-haskell-nix and will hopefully make it possible to cross compile in the future.
This commit is contained in:
committed by
Wolfgang Walther
parent
3a639c7172
commit
259d97acee
@@ -1,8 +1,5 @@
|
||||
{ patches }: self: super:
|
||||
self: super:
|
||||
# Overlay that sets the default version of PostgreSQL.
|
||||
with patches;
|
||||
{
|
||||
postgresql = super.postgresql_15.overrideAttrs ({ patches ? [ ], ... }: {
|
||||
patches = patches ++ [ postgresql-atexit ];
|
||||
});
|
||||
postgresql = super.postgresql_15;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user