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"
},
"locked": {
"lastModified": 1771897953,
"narHash": "sha256-43d9HLWOASfHYxG3JSNpMUAFQA114y00VpGRGanPdaM=",
"lastModified": 1771899927,
"narHash": "sha256-HKBWp3eiDsm9XjmC5ppqjbfI9Wldg2LjBz1zZXIL6l8=",
"owner": "km-clay",
"repo": "fern",
"rev": "05f731b8c517fc19d65c8da5977b68fd04cf4346",
"rev": "62d651eb8df535c0176b254f6dee25d176d0aeff",
"type": "github"
},
"original": {

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"