10 lines
330 B
Nix
10 lines
330 B
Nix
{
|
|
build-toolbox = import ./build-toolbox;
|
|
checked-shell-script = import ./checked-shell-script;
|
|
gitignore = import ./gitignore.nix;
|
|
haskell-packages = import ./haskell-packages.nix;
|
|
postgresql-libpq = import ./postgresql-libpq.nix;
|
|
postgresql-future = import ./postgresql-future.nix;
|
|
slocat = import ./slocat.nix;
|
|
}
|