initial commit

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 21:25:11 +02:00
co-authored by Claude Sonnet 4.6
parent e05c2566ba
commit f7e1f95746
99 changed files with 1089 additions and 7568 deletions
+10
View File
@@ -0,0 +1,10 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = with pkgs; [
go
gopls
gofumpt
revive
# add project-specific packages below
];
}