feat: add reference

This commit is contained in:
2026-04-15 15:23:11 -04:00
parent 562f4bb073
commit 6168e71e19
4 changed files with 102 additions and 66 deletions

View File

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