| 1 | self: super: { |
| 2 | pinch = super.writeShellScriptBin "pinch" '' |
| 3 | exec ${self.python3}/bin/python3 ${super.fetchgit { |
| 4 | url = "https://scottworley.com/pinch.git"; |
| 5 | rev = "1.1"; |
| 6 | sha256 = "0ilbhvr0d83kfwkm7ak64gik44gi2axfnp9rzsa7g5cwz9qaxdbv"; |
| 7 | }}/pinch.py "$@" |
| 8 | ''; |
| 9 | } |