We have fixed the static build of PostgreSQL upstream, so we don't need our separate overlay anymore. One more step towards building a static executable on other platforms.
8 lines
224 B
Nix
8 lines
224 B
Nix
{
|
|
build-toolbox = import ./build-toolbox;
|
|
checked-shell-script = import ./checked-shell-script;
|
|
gitignore = import ./gitignore.nix;
|
|
haskell-packages = import ./haskell-packages.nix;
|
|
slocat = import ./slocat.nix;
|
|
}
|