mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-25 08:21:59 +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
|
||||
stty "$old"
|
||||
stty cols "$cols" rows "$rows"
|
||||
]
|
||||
fi
|
||||
''; # https://unix.stackexchange.com/questions/16578/resizable-serial-console-window
|
||||
in {
|
||||
imports = [
|
||||
|
Loading…
Reference in New Issue
Block a user