11 lines
157 B
Bash
Executable file
11 lines
157 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
sudo nice ionice \
|
|
nixos-rebuild \
|
|
switch \
|
|
--verbose \
|
|
--show-trace \
|
|
--print-build-logs \
|
|
--flake .# \
|
|
$@
|