From 689373cef712ea88c4edb047449ad0f3ba31d6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 5 Nov 2020 16:47:49 +0000 Subject: [PATCH] shell.nix: add nix-prefetch-git --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index d52c0db..1698990 100644 --- a/shell.nix +++ b/shell.nix @@ -18,5 +18,6 @@ pkgs.mkShell { pkgs.poetry pkgs.niv pkgs.jq + pkgs.nix-prefetch-git ]; }