flake: use my fork of prs for zsh completion
This commit is contained in:
parent
b10d800586
commit
f43d86e63f
2 changed files with 8 additions and 5 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -821,17 +821,17 @@
|
||||||
"prs": {
|
"prs": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1710690510,
|
"lastModified": 1719086486,
|
||||||
"narHash": "sha256-MvQ0B35NF/AuGHBMa201FkFlU/UX0WXMcBRxTJwpUFw=",
|
"narHash": "sha256-YQYiN1T7YHYQYv6GoRNdi7Jq93+U+ydoF64tZxuVW+0=",
|
||||||
"owner": "timvisee",
|
"owner": "timvisee",
|
||||||
"repo": "prs",
|
"repo": "prs",
|
||||||
"rev": "b0d7c2f193de501c880c41e486299c420c1f6e6b",
|
"rev": "07f17a93d19fb6bc92c9c7f3ae3f5cc750b1f973",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "timvisee",
|
"owner": "timvisee",
|
||||||
"ref": "master",
|
|
||||||
"repo": "prs",
|
"repo": "prs",
|
||||||
|
"rev": "07f17a93d19fb6bc92c9c7f3ae3f5cc750b1f973",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -78,7 +78,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
prs = {
|
prs = {
|
||||||
url = "gitlab:timvisee/prs/master";
|
# https://gitlab.com/timvisee/prs/-/merge_requests/42/
|
||||||
|
# $ find "$(dirname $(readlink $(which prs)))/.." -name "_prs"
|
||||||
|
url = "gitlab:timvisee/prs/07f17a93d19fb6bc92c9c7f3ae3f5cc750b1f973";
|
||||||
|
# url = "gitlab:steveej/prs/zsh-autocomplete-query";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue