nix: add git to build inputs

`go mod download` requires Git
This commit is contained in:
Harsh Shandilya 2022-01-04 09:53:44 +05:30
parent 0cfa575f58
commit 241233ff77
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
pkgs.mkShell {
buildInputs = with pkgs; [
git
go
hugo
imagemagick