continuwuity/nix/default.nix
2025-10-18 16:08:01 +02:00

11 lines
107 B
Nix

{
imports = [
./checks
./packages
./shells
./tests
./hydra.nix
./fmt.nix
];
}