mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Fix the manual by fixing string escape
This commit is contained in:
parent
c7b14da22e
commit
5b36e65c7c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in
|
|||
images for a foreign architecture
|
||||
'';
|
||||
default = null;
|
||||
example = lib.literalExpression "''${pkgs.qemu_kvm}/bin/qemu-system-aarch64";
|
||||
example = lib.literalExpression "\${pkgs.qemu_kvm}/bin/qemu-system-aarch64";
|
||||
};
|
||||
imageBuilderPkgs = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
|
|
Loading…
Reference in a new issue