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)"
|
export DOCKER_LS_PASSWORD="$(pass sbruder.de/account | head -n 1)"
|
||||||
command docker-rm $@
|
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
|
# nix tools
|
||||||
niv # depdendency manager
|
niv # depdendency manager
|
||||||
|
nixpkgs-review # review nixpkgs pull request
|
||||||
|
|
||||||
## media
|
## media
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue