diff --git a/flake-module.nix b/flake-module.nix index a6bc60c..a0aaa9f 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -38,7 +38,7 @@ in { options.pkgs = lib.mkOption { default = pkgs; - defaultText = "`pkgs` (module argument of `perSystem`)"; + defaultText = lib.literalMD "`pkgs` (module argument of `perSystem`)"; }; options.flakeFormatter = lib.mkOption { type = types.bool;