switch: don't show git diff pager

This commit is contained in:
Leonardo Eugênio 2024-04-29 11:35:57 -03:00
parent f849a8de1e
commit 0ec7b7bf43
2 changed files with 2 additions and 2 deletions

2
switch
View file

@ -2,7 +2,7 @@
nix fmt
git diff
git --no-pager diff
sudo nice ionice \
nixos-rebuild \

View file

@ -2,7 +2,7 @@
nix fmt
git diff
git --no-pager diff
nixos-rebuild switch --flake .#phantom \
--update-input nixpkgs \