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
+1 -3
View File
@@ -90,9 +90,7 @@ in
package = lib.mkPackageOption pkgs "systemd-repart" {
default = "systemd";
example = lib.literalExpression ''
pkgs.systemdMinimal.override { withCryptsetup = true; }
'';
example = "pkgs.systemdMinimal.override { withCryptsetup = true; }";
};
partitions = lib.mkOption {