vm-nogui: fix syntax error

This commit is contained in:
lassulus 2022-04-26 19:09:49 +02:00
parent daa142a20b
commit 8fa0a1f52b

View File

@ -8,7 +8,7 @@ let
IFS=';t' read -r _ rows cols _ < /dev/tty
stty "$old"
stty cols "$cols" rows "$rows"
]
fi
''; # https://unix.stackexchange.com/questions/16578/resizable-serial-console-window
in {
imports = [