restructure slippi into gaming subdir

This commit is contained in:
2025-11-07 15:35:45 -06:00
parent 4e0cc2a322
commit 6bfea61ffe
3 changed files with 4 additions and 43 deletions

View File

@@ -27,7 +27,8 @@ git status --short
read -rp "commit message: " commit_msg
echo "rebuilding nixos with flake.nix..."
#if ! sudo nixos-rebuild switch --flake .#"$hostname" 2>&1 | tee "$logfile"; then
if ! nh os switch 2>&1 | tee "$logfile"; then
#if ! nh os switch 2>&1 | tee "$logfile"; then
if ! sudo nixos-rebuild switch --flake .#"$hostname" 2>&1 | tee "$logfile"; then
echo "rebuild failed; exited with no commit"
exit 1
fi