From 7c7c7ed3f20799627ab0c26f86f046fc08108609 Mon Sep 17 00:00:00 2001 From: Jens Nolte <jens@nightmarestudio.de> Date: Sun, 24 Nov 2019 18:58:25 +0100 Subject: [PATCH] Add git dependency to update script Some nix-prefetch scripts have a missing git dependency (this is also why they don't work in --pure environments). --- nixos/pkgs/haskell-ide-engine/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/pkgs/haskell-ide-engine/update b/nixos/pkgs/haskell-ide-engine/update index 2dbc7aa..766afd2 100755 --- a/nixos/pkgs/haskell-ide-engine/update +++ b/nixos/pkgs/haskell-ide-engine/update @@ -1,4 +1,4 @@ #!/usr/bin/env nix-shell -#!nix-shell -i zsh -p zsh nix-prefetch-github +#!nix-shell -i zsh -p zsh nix-prefetch-github git nix-prefetch-github Infinisil all-hies > all-hies.json -- GitLab