Files
bridge/devenv.nix
Adam Mohammed ae8f4f4269 graphql testin'
2023-07-27 09:37:38 -04:00

6 lines
49 B
Nix

{ pkgs, ... }:
{
languages.go.enable = true;
}