Python: fix update script for nix 2.0

This commit is contained in:
Frederik Rietdijk
2018-03-10 12:41:27 +01:00
parent 2c406f6329
commit f92295abc3
+2 -2
View File
@@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
#! nix-shell -i python3 -p 'python3.withPackages(ps: with ps; [ packaging requests toolz ])' -p git
#! nix-shell -i python3 -p "python3.withPackages(ps: with ps; [ packaging requests toolz ])" -p git
"""
Update a Python package expression by passing in the `.nix` file, or the directory containing it.
@@ -358,4 +358,4 @@ def main():
if __name__ == '__main__':
main()
main()