This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-config/switch

14 lines
157 B
Bash
Executable File

#!/usr/bin/env bash
nix fmt
git diff
sudo nice ionice \
nixos-rebuild \
switch \
--verbose \
--print-build-logs \
--flake .# \
$@