mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
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:
parent
85c34d334b
commit
cf792cfde3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ in {
|
||||||
type = lib.types.package;
|
type = lib.types.package;
|
||||||
description = lib.mdDoc "Which package to use for the envfs.";
|
description = lib.mdDoc "Which package to use for the envfs.";
|
||||||
default = pkgs.envfs;
|
default = pkgs.envfs;
|
||||||
defaultText = lib.mdDoc "pkgs.envfs";
|
defaultText = lib.literalExpression "pkgs.envfs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue