mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-28 22:36:55 +03:00
vm-nogui: fix syntax error
This commit is contained in:
parent
daa142a20b
commit
8fa0a1f52b
@ -8,7 +8,7 @@ let
|
|||||||
IFS=';t' read -r _ rows cols _ < /dev/tty
|
IFS=';t' read -r _ rows cols _ < /dev/tty
|
||||||
stty "$old"
|
stty "$old"
|
||||||
stty cols "$cols" rows "$rows"
|
stty cols "$cols" rows "$rows"
|
||||||
]
|
fi
|
||||||
''; # https://unix.stackexchange.com/questions/16578/resizable-serial-console-window
|
''; # https://unix.stackexchange.com/questions/16578/resizable-serial-console-window
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
|
Loading…
Reference in New Issue
Block a user