virtualisation-xen: fix defaultText interpolation
This commit is contained in:
parent
8db26dbee4
commit
b52af49d36
@ -40,7 +40,7 @@ in
|
|||||||
virtualisation.xen.qemu = mkOption {
|
virtualisation.xen.qemu = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = "${pkgs.xen}/lib/xen/bin/qemu-system-i386";
|
default = "${pkgs.xen}/lib/xen/bin/qemu-system-i386";
|
||||||
defaultText = "''${pkgs.xen}/lib/xen/bin/qemu-system-i386";
|
defaultText = "\${pkgs.xen}/lib/xen/bin/qemu-system-i386";
|
||||||
example = literalExample "''${pkgs.qemu_xen-light}/bin/qemu-system-i386";
|
example = literalExample "''${pkgs.qemu_xen-light}/bin/qemu-system-i386";
|
||||||
description = ''
|
description = ''
|
||||||
The qemu binary to use for Dom-0 backend.
|
The qemu binary to use for Dom-0 backend.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user