Merge pull request #8 from nix-community/travis-fixes

nur/update: also include nix-prefetch-git in script closure
This commit is contained in:
Jörg Thalheim 2018-06-29 22:52:47 +01:00 committed by GitHub
commit 7359f842fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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