Commit 14152f80 authored by nikstur's avatar nikstur
Browse files

nixos/image: fix layout of option examples in repart builder

parent 151fa7c3
Loading
Loading
Loading
Loading
+24 −22
Original line number Diff line number Diff line
@@ -34,7 +34,8 @@ let
          };
        });
        default = { };
        example = lib.literalExpression '' {
        example = lib.literalExpression ''
          {
            "/EFI/BOOT/BOOTX64.EFI".source =
              "''${pkgs.systemd}/lib/systemd/boot/efi/systemd-bootx64.efi";

@@ -96,7 +97,8 @@ in
    partitions = lib.mkOption {
      type = with lib.types; attrsOf (submodule partitionOptions);
      default = { };
      example = lib.literalExpression '' {
      example = lib.literalExpression ''
        {
          "10-esp" = {
            contents = {
              "/EFI/BOOT/BOOTX64.EFI".source =