From 6369f21e549d02e7ad8745c1a1ba2a697a037b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 29 Jun 2018 22:50:40 +0100 Subject: [PATCH] nur/update: also include nix-prefetch-git in script closure --- nur/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nur/update.py b/nur/update.py index ed9ec22ec..3cd7f129c 100755 --- a/nur/update.py +++ b/nur/update.py @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -p python3 -p nix -i python3 +#!nix-shell -p python3 -p nix-prefetch-git -p nix -i python3 import json import shutil