project-software/affine/main.nix
2025-09-29 01:10:22 +07:00

12 lines
147 B
Nix

{ config, pkgs, ... }:
{
imports = [
./affine.nix
./affine-server.nix
./redis.nix
./postgres.nix
./migration.nix
./options.nix
];
}