nixos-config/switch

14 lines
168 B
Plaintext
Raw Permalink Normal View History

2022-07-20 22:19:07 -03:00
#!/usr/bin/env bash
2024-03-23 12:41:45 -03:00
nix fmt
2024-04-29 11:35:57 -03:00
git --no-pager diff
2024-03-23 12:41:45 -03:00
2022-11-11 16:16:12 -03:00
sudo nice ionice \
nixos-rebuild \
switch \
--verbose \
--print-build-logs \
--flake .# \
$@