init commit. modeled on tgorordo/smithy, still lots TODO

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-29 07:10:47 -07:00
commit 8bc048c0ee
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
14 changed files with 2659 additions and 0 deletions

5
shell.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs ? import <nixpkgs> {}}:
pkgs.mkShellNoCC {
packages = with pkgs; [ just uv ];
}