Merge pull request #264475 from blitz/repart-docs

nixos/image: fix documentation build
This commit is contained in:
nikstur 2023-10-31 10:13:01 +01:00 committed by GitHub
commit b984b2691a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,9 +90,7 @@ in
package = lib.mkPackageOption pkgs "systemd-repart" { package = lib.mkPackageOption pkgs "systemd-repart" {
default = "systemd"; default = "systemd";
example = lib.literalExpression '' example = "pkgs.systemdMinimal.override { withCryptsetup = true; }";
pkgs.systemdMinimal.override { withCryptsetup = true; }
'';
}; };
partitions = lib.mkOption { partitions = lib.mkOption {