From af4da03c50d681d08866b1ee98d20a4b0bbd2759 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 12 Apr 2022 18:02:31 +0200 Subject: [PATCH] zsh: Remove nixpkgs-review wrapper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The token is invalid and I don’t use the github integration anyway. --- users/simon/modules/zsh/pass-wrappers.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/users/simon/modules/zsh/pass-wrappers.zsh b/users/simon/modules/zsh/pass-wrappers.zsh index 9c096cf..72df6ca 100644 --- a/users/simon/modules/zsh/pass-wrappers.zsh +++ b/users/simon/modules/zsh/pass-wrappers.zsh @@ -11,8 +11,3 @@ function drone() ( function drone-add-netlify() { drone secret add --name netlify_auth_token --data "$(pass-field web/netlify.com Drone-Key)" "$1" } - -function nixpkgs-review() ( - export GITHUB_TOKEN="$(pass web/github.com/pat/nixpkgs-review)" - command nixpkgs-review $@ -)