Skip to content

Commit 21eda94

Browse files
committed
fix type passed to qemu.options
1 parent abe9d65 commit 21eda94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/nixos-shell/nixos-shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ in {
124124
qemu.options = let
125125
nixProfile = "/nix/var/nix/profiles/per-user/${user}/profile/";
126126
in
127-
lib.optional (!config.virtualisation.graphics) [
127+
lib.optionals (!config.virtualisation.graphics) [
128128
"-serial null"
129129
"-device virtio-serial"
130130
"-chardev stdio,mux=on,id=char0,signal=off"

0 commit comments

Comments
 (0)