Skip to content

Commit

Permalink
virtualisation-xen: fix defaultText interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Mar 10, 2017
1 parent 8db26db commit b52af49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/virtualisation/xen-dom0.nix
Expand Up @@ -40,7 +40,7 @@ in
virtualisation.xen.qemu = mkOption {
type = types.path;
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";
description = ''
The qemu binary to use for Dom-0 backend.
Expand Down

0 comments on commit b52af49

Please sign in to comment.