rebuild now redirects all output to /dev/tty

This commit is contained in:
2026-02-23 22:17:01 -05:00
parent ae90dbf4c9
commit e9cbd0d686
2 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ pkgs.writeShellApplication {
pkgs.myScripts.playshellsound
];
text = ''
exec > /dev/tty 2>&1
checkbools() { [ "$all" = false ] && [ "$system" = false ] && [ "$home" = false ]; }
checkflags() {
str="$1"