* package ghr * add nix-based release scripts * refactor CI based on nix tests and release scripts * update stack version in circleci * update makefile * remove docker directory * add Docker Hub description * add README on docker
8 lines
222 B
Nix
8 lines
222 B
Nix
{
|
|
gitignore = import ./gitignore.nix;
|
|
ghr = import ./ghr;
|
|
haskell-packages = import ./haskell-packages;
|
|
postgresql-default = import ./postgresql-default.nix;
|
|
postgresql-legacy = import ./postgresql-legacy.nix;
|
|
}
|