Files
continuwuity/nix/default.nix
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
107 B
Nix
Raw Normal View History

2025-09-24 14:33:20 +02:00
{
imports = [
./checks
./packages
./shells
./tests
2025-10-16 09:15:26 +02:00
./hydra.nix
2025-10-16 08:34:45 +02:00
./fmt.nix
2025-09-24 14:33:20 +02:00
];
}