Add nixpkgs-review with pass wrapper
This commit is contained in:
parent
e487cf4720
commit
9b60e0cfe2
|
@ -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 $@
|
||||
)
|
||||
|
|
|
@ -101,6 +101,7 @@
|
|||
|
||||
# nix tools
|
||||
niv # depdendency manager
|
||||
nixpkgs-review # review nixpkgs pull request
|
||||
|
||||
## media
|
||||
|
||||
|
|
Loading…
Reference in a new issue