refactor(schema): consolidate schema definition to single source of truth

This commit is contained in:
2026-04-15 08:10:39 -04:00
parent dfd61f899a
commit ac343a5477
5 changed files with 57 additions and 58 deletions

View File

@@ -21,6 +21,7 @@
devShells.default = pkgs.mkShell {
packages = with pkgs; [
go
gnumake
];
};
}