mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
virtualisation-xen: fix defaultText interpolation
This commit is contained in:
parent
8db26dbee4
commit
b52af49d36
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue