7af54c5813
* simplify haskell packages overrides based on new nixpkgs * update Nix gitignore * simplify Haskell packages overlay Co-authored-by: monacoremo <monacoremo>
8 lines
226 B
Nix
8 lines
226 B
Nix
{
|
|
gitignore = import ./gitignore.nix;
|
|
ghr = import ./ghr;
|
|
haskell-packages = import ./haskell-packages.nix;
|
|
postgresql-default = import ./postgresql-default.nix;
|
|
postgresql-legacy = import ./postgresql-legacy.nix;
|
|
}
|