zsh: Remove nixpkgs-review wrapper

The token is invalid and I don’t use the github integration anyway.
This commit is contained in:
Simon Bruder 2022-04-12 18:02:31 +02:00
parent 8d55e5093a
commit af4da03c50
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -11,8 +11,3 @@ function drone() (
function drone-add-netlify() { function drone-add-netlify() {
drone secret add --name netlify_auth_token --data "$(pass-field web/netlify.com Drone-Key)" "$1" 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 $@
)