zsh: Remove nixpkgs-review wrapper

The token is invalid and I don’t use the github integration anyway.
pull/64/head
Simon Bruder 2022-04-12 18:02:31 +02:00
parent 8d55e5093a
commit af4da03c50
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 0 additions and 5 deletions

View File

@ -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 $@
)