Files

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

11 lines
128 B
Nix
Raw Permalink Normal View History

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