3
0
Fork 0
forked from mirrors/nixpkgs

adoptopenjdk-bin: use python-withPackages for shebang

Co-Authored-By: bennofs <benno.fuenfstueck@gmail.com>
This commit is contained in:
Robert Schütz 2018-12-18 20:24:58 +01:00 committed by Benno Fünfstück
parent 5bbfc0cc37
commit 682d1befd9

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell --pure -i python3 -p python3 -p python3Packages.requests
#!nix-shell --pure -i python3 -p "python3.withPackages (ps: with ps; [ requests ])"
import json
import re