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

6
flake.lock generated
View File

@@ -144,11 +144,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1771897953, "lastModified": 1771899927,
"narHash": "sha256-43d9HLWOASfHYxG3JSNpMUAFQA114y00VpGRGanPdaM=", "narHash": "sha256-HKBWp3eiDsm9XjmC5ppqjbfI9Wldg2LjBz1zZXIL6l8=",
"owner": "km-clay", "owner": "km-clay",
"repo": "fern", "repo": "fern",
"rev": "05f731b8c517fc19d65c8da5977b68fd04cf4346", "rev": "62d651eb8df535c0176b254f6dee25d176d0aeff",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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