From 63adb41f1a060c21a68143eb9e86c2790ef66f36 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 8 Aug 2024 10:45:09 +0200 Subject: ... --- modules/envfs.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/envfs.nix') diff --git a/modules/envfs.nix b/modules/envfs.nix index ff992b61..b5b453a5 100644 --- a/modules/envfs.nix +++ b/modules/envfs.nix @@ -26,9 +26,9 @@ in { options = { services.envfs = { - enable = lib.mkEnableOption (lib.mdDoc "Envfs filesystem") // { + enable = lib.mkEnableOption "Envfs filesystem" // { default = true; - description = lib.mdDoc '' + description = '' Fuse filesystem that returns symlinks to executables based on the PATH of the requesting process. This is useful to execute shebangs on NixOS that assume hard coded locations in locations like /bin or /usr/bin @@ -40,7 +40,7 @@ in { type = lib.types.package; default = pkgs.envfs; defaultText = lib.literalExpression "pkgs.envfs"; - description = lib.mdDoc "Which package to use for the envfs."; + description = "Which package to use for the envfs."; }; paths = lib.mkOption { @@ -60,7 +60,7 @@ in { ''') ] ''; - description = lib.mdDoc "Extra packages to join into collection of fallback executables in case not other executable is found"; + description = "Extra packages to join into collection of fallback executables in case not other executable is found"; }; }; }; -- cgit v1.2.3