We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894df61 commit a13f7b3Copy full SHA for a13f7b3
shell.nix
@@ -0,0 +1,7 @@
1
+{ pkgs ? import <nixpkgs> {} }:
2
+pkgs.mkShellNoCC {
3
+ packages = with pkgs; [
4
+ go
5
+ gopls
6
+ ];
7
+}
0 commit comments