mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
215b70f51e
This reverts commit f78126bfd6
. There
really is no need for such a massive change...
2 lines
87 B
Bash
2 lines
87 B
Bash
echo "‘timeout’ builder entering an infinite loop"
|
||
while true ; do echo -n .; done
|