diff options
Diffstat (limited to 'shells/go.nix')
-rw-r--r-- | shells/go.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shells/go.nix b/shells/go.nix deleted file mode 100644 index 36b19bc..0000000 --- a/shells/go.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs ? import <nixpkgs> { } }: -pkgs.mkShell { - name = "go-shell"; - buildInputs = with pkgs; [ - go - ]; -} |