* openssl linking fix is required after all * remove Cabal override (obsoleted on new nixpkgs)
7 lines
200 B
Nix
7 lines
200 B
Nix
{
|
|
gitignore = import ./gitignore.nix;
|
|
haskell-packages = import ./haskell-packages;
|
|
postgresql-default = import ./postgresql-default.nix;
|
|
postgresql-legacy = import ./postgresql-legacy.nix;
|
|
}
|