From 30ea2eb9bd0a9a87bc559d2681f6577595e21887 Mon Sep 17 00:00:00 2001 From: Patrick McLaughlin Date: Thu, 2 Jun 2022 20:24:40 -0400 Subject: [PATCH] chore: remove go from flake.nix Not sure how this snuck in there, but it is not needed to build anything --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 05007cad..085bb2ff 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,6 @@ packages = with pkgs; [ nodejs-16_x - go ]; shellHook = ''