This commit is contained in:
2026-03-16 12:25:37 -04:00
parent b1b8eb297e
commit 75e0228fe0
61 changed files with 3778 additions and 10278 deletions

View File

@@ -21,11 +21,12 @@
devShells.default = pkgs.mkShell {
packages = with pkgs; [
go
gopls
golangci-lint
gopls
bun
nodejs
tailwindcss
python311Packages.grip
];
shellHook = ''
export PATH=$PATH:~/go/bin