graphql testin'

This commit is contained in:
Adam Mohammed
2023-07-27 09:37:38 -04:00
parent aca23ccf3f
commit ae8f4f4269
8 changed files with 404 additions and 2 deletions

5
devenv.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
languages.go.enable = true;
}