From f43d86e63f902eb5e8accfd67232d4dc6d2c5aef Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 26 Jul 2024 13:59:34 +0200 Subject: [PATCH] flake: use my fork of prs for zsh completion --- flake.lock | 8 ++++---- flake.nix | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index a62330d..6d26926 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } }, diff --git a/flake.nix b/flake.nix index 4df5593..3e8d9b5 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };