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

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;
};