rebuild now redirects all output to /dev/tty
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user