Skip to content

Commit

Permalink
shell:aliases: add nixpkgs-review
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Oct 28, 2023
1 parent f4cb391 commit e0b3d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ alias aur-update='yay -Syua'
# NIX:
alias nix-list-results='ls -l /nix/var/nix/gcroots/auto/'
alias nixpkgs-build='nix-build . -A'
alias nixpkgs-review-fast-merge='nixpkgs-review post-result && nixpkgs-review approve && nixpkgs-review merge'

# DOTFILES:
alias dotfile-update-submodules='cd ~/.dotfiles/ && git submodule foreach git pull origin master'
Expand Down

0 comments on commit e0b3d1a

Please sign in to comment.