Fix the manual by fixing string escape

This commit is contained in:
Janne Heß 2024-08-21 12:56:32 +02:00
parent c7b14da22e
commit 5b36e65c7c
No known key found for this signature in database

View file

@ -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;