]>
Commit | Line | Data |
---|---|---|
1 | self: super: { | |
2 | pinch = if builtins.hasAttr "pinch" super then | |
3 | super.pinch | |
4 | else | |
5 | super.writeShellScriptBin "pinch" '' | |
6 | exec ${self.python3}/bin/python3 ${ | |
7 | super.fetchgit { | |
8 | url = "https://scottworley.com/pinch.git"; | |
9 | rev = "1.3"; | |
10 | sha256 = "1l2pq0pqmjh5q8ggmz6sw6bz0nnz0jy92l5qgax8bmpm1qcszmxf"; | |
11 | } | |
12 | }/pinch.py "$@" | |
13 | ''; | |
14 | } |