| 13 Aug 2023 |
| ofungus joined the room. | 19:25:50 |
void | i just need something like touch /tmp/doing_switching; nixos-rebuild switch; while [ -f /tmp/doing_switch ]; sleep 5; done; if [ ! -f /tmp/done_switching ]; then nixos-rebuild switch --rollback; | 23:06:18 |
void | * i just need something like
touch /tmp/doing\_switching;
nixos-rebuild switch;
sleep 5;
if \[ ! -f /tmp/done\_switching \]; then nixos-rebuild switch --rollback;
| 23:06:57 |
void | * i just need something like
nixos-rebuild switch;
sleep 5;
if [ ! -f /tmp/done\_switching ]; then nixos-rebuild switch --rollback;
| 23:07:18 |
void | * i just need something like
nixos-rebuild switch;
sleep 5;
if [ ! -f /tmp/done\_switching ]; then nixos-rebuild switch --rollback; fi;
| 23:07:27 |
void | colmena will ssh touch /tmp/done_switching; | 23:17:20 |
void | * colmena will ssh touch /tmp/done_switching; for instance in the test section. | 23:18:26 |
void | this will save me from pretty much all the mistakes I make (too hot here 33 deg cel during the day, can't concentrate sometimes) | 23:19:25 |