continuwuity/nix/default.nix

10 lines
93 B
Nix

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