Skip to content

Commit a13f7b3

Browse files
authored
feat: nix shell (#69)
1 parent 894df61 commit a13f7b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

shell.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ pkgs ? import <nixpkgs> {} }:
2+
pkgs.mkShellNoCC {
3+
packages = with pkgs; [
4+
go
5+
gopls
6+
];
7+
}

0 commit comments

Comments
 (0)