nixos/envfs: fix envfs package option default

mdDoc is not valid here, but isn't currently rejected for xslt reasons.
This commit is contained in:
pennae 2023-01-18 01:43:37 +01:00 committed by pennae
parent 85c34d334b
commit cf792cfde3

View file

@ -35,7 +35,7 @@ in {
type = lib.types.package;
description = lib.mdDoc "Which package to use for the envfs.";
default = pkgs.envfs;
defaultText = lib.mdDoc "pkgs.envfs";
defaultText = lib.literalExpression "pkgs.envfs";
};
};
};