Merge pull request #742 from dasJ/fix/manual

Fix the manual by fixing string escape
This commit is contained in:
lassulus
2024-08-21 17:07:16 +02:00
committed by GitHub

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;