nixos-config/switch
2024-09-29 00:11:28 -03:00

13 lines
153 B
Bash
Executable file

#!/usr/bin/env bash
nix fmt
git --no-pager diff
nixos-rebuild \
switch \
--use-remote-sudo \
--print-build-logs \
--flake .# \
$@