chore: reorganize nix files

This commit is contained in:
Henry-Hiles
2026-03-30 21:00:15 -04:00
committed by Henry Hiles
parent d8f67e3b46
commit db1b08532e
10 changed files with 14 additions and 37 deletions
+4 -5
View File
@@ -1,11 +1,10 @@
{
imports = [
./checks
./packages
./shells
./tests
./hydra.nix
./checks.nix
./devshell.nix
./tests.nix
./fmt.nix
./rust.nix
];
}