continuwuity/nix/default.nix
2025-10-27 12:55:21 +00:00

11 lines
107 B
Nix

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