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

8 lines
76 B
Nix

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