Add nixpkgs-review with pass wrapper

restic-rest-server
Simon Bruder 2020-12-22 15:25:22 +01:00
parent e487cf4720
commit 9b60e0cfe2
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 6 additions and 0 deletions

View File

@ -31,3 +31,8 @@ function docker-rm() (
export DOCKER_LS_PASSWORD="$(pass sbruder.de/account | head -n 1)"
command docker-rm $@
)
function nixpkgs-review() (
export GITHUB_TOKEN="$(pass web/github.com/pat/nixpkgs-review)"
command nixpkgs-review $@
)

View File

@ -101,6 +101,7 @@
# nix tools
niv # depdendency manager
nixpkgs-review # review nixpkgs pull request
## media