added devbox for go rewrite

This commit is contained in:
Sven Vogel 2023-11-24 18:55:12 +01:00
parent 15387726b3
commit fd47eb1216
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -136,3 +136,4 @@ dist
*.sass.map
*.scss.map
*.lock

11
devbox.json Normal file
View File

@ -0,0 +1,11 @@
{
"packages": [
"go",
"gopls",
"nodejs",
"nodePackages.vscode-html-languageserver-bin"
],
"nixpkgs": {
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
}
}