Files
continuwuity/nix/default.nix
T

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

11 lines
119 B
Nix
Raw Normal View History

2025-09-24 14:33:20 +02:00
{
imports = [
./packages
2026-03-30 21:00:15 -04:00
./checks.nix
./devshell.nix
./tests.nix
2025-10-16 08:34:45 +02:00
./fmt.nix
2026-03-30 21:00:15 -04:00
./rust.nix
2025-09-24 14:33:20 +02:00
];
}