zsh: Remove nixpkgs-review wrapper
The token is invalid and I don’t use the github integration anyway.
This commit is contained in:
parent
8d55e5093a
commit
af4da03c50
|
@ -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 $@
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue