fix deploy script's log message being ugly :(
This commit is contained in:
parent
87c92d308b
commit
48c4d22632
1 changed files with 1 additions and 1 deletions
2
deploy
2
deploy
|
|
@ -29,7 +29,7 @@ rebuild_flake () {
|
|||
|
||||
# LOG="$(mktemp /tmp/rebuild-XXXXXXXX)"
|
||||
LOG="./rebuild.log"
|
||||
echo "[*] Deployment stdout(&1) directed to $LOG"
|
||||
echo "[*] Logging to $LOG"
|
||||
sudo nixos-rebuild switch --flake . $FLAGS 2>&1 | tee "$LOG"
|
||||
#nixos-rebuild build --flake .# --cores 8 -j 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue