flake: use my fork of prs for zsh completion

This commit is contained in:
steveej 2024-07-26 13:59:34 +02:00
parent b10d800586
commit f43d86e63f
2 changed files with 8 additions and 5 deletions

8
flake.lock generated
View file

@ -821,17 +821,17 @@
"prs": {
"flake": false,
"locked": {
"lastModified": 1710690510,
"narHash": "sha256-MvQ0B35NF/AuGHBMa201FkFlU/UX0WXMcBRxTJwpUFw=",
"lastModified": 1719086486,
"narHash": "sha256-YQYiN1T7YHYQYv6GoRNdi7Jq93+U+ydoF64tZxuVW+0=",
"owner": "timvisee",
"repo": "prs",
"rev": "b0d7c2f193de501c880c41e486299c420c1f6e6b",
"rev": "07f17a93d19fb6bc92c9c7f3ae3f5cc750b1f973",
"type": "gitlab"
},
"original": {
"owner": "timvisee",
"ref": "master",
"repo": "prs",
"rev": "07f17a93d19fb6bc92c9c7f3ae3f5cc750b1f973",
"type": "gitlab"
}
},

View file

@ -78,7 +78,10 @@
};
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;
};