From 241233ff7716d5e4ab5d7f0a75d9fb32d555acfd Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 4 Jan 2022 09:53:44 +0530 Subject: [PATCH] nix: add git to build inputs `go mod download` requires Git --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 80d0d6f..8c35621 100644 --- a/shell.nix +++ b/shell.nix @@ -2,6 +2,7 @@ pkgs.mkShell { buildInputs = with pkgs; [ + git go hugo imagemagick