From ad58b57df7b298bc3e25c578f590d44da3ce36c9 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 17 Jun 2022 19:09:27 +0200 Subject: Initial commit --- shells/go.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shells/go.nix (limited to 'shells/go.nix') diff --git a/shells/go.nix b/shells/go.nix new file mode 100644 index 0000000..36b19bc --- /dev/null +++ b/shells/go.nix @@ -0,0 +1,7 @@ +{ pkgs ? import { } }: +pkgs.mkShell { + name = "go-shell"; + buildInputs = with pkgs; [ + go + ]; +} -- cgit 1.4.1