snowflake/modules/default.nix
2025-02-08 17:46:19 -05:00

6 lines
66 B
Nix

_: {
imports = [
./pre-commit.nix
./topology.nix
];
}