12 lines
177 B
Nix
12 lines
177 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./affine.nix
|
|
./containers/affine-server.nix
|
|
./containers/redis.nix
|
|
./containers/postgres.nix
|
|
./containers/migration.nix
|
|
./options.nix
|
|
];
|
|
}
|