From c66f2fbc1ee1017c96f36bf3abf6af98e3ce3a79 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 6312182..ae9cd48 100644 --- a/shell.nix +++ b/shell.nix @@ -17,5 +17,6 @@ pkgs.mkShell { pkgs.nixpkgs-fmt pkgs.poetry pkgs.niv + pkgs.nix-prefetch-git ]; }