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