Skip to content

Commit

Permalink
Merge pull request #742 from dasJ/fix/manual
Browse files Browse the repository at this point in the history
Fix the manual by fixing string escape
  • Loading branch information
Lassulus authored Aug 21, 2024
2 parents 6433571 + 5b36e65 commit 74a12fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 74a12fd

Please sign in to comment.