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
commit 74a12fdf53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ in
images for a foreign architecture images for a foreign architecture
''; '';
default = null; 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 { imageBuilderPkgs = lib.mkOption {
type = lib.types.attrs; type = lib.types.attrs;