From 4944a920d2212de265ce49f9e282a90f677295a0 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sun, 13 Nov 2022 11:51:15 +0100 Subject: [PATCH] formatter: Use markdown --- modules/formatter.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/formatter.nix b/modules/formatter.nix index a63a9ba..975e664 100644 --- a/modules/formatter.nix +++ b/modules/formatter.nix @@ -19,7 +19,7 @@ in type = types.lazyAttrsOf types.package; default = { }; description = '' - Per system package used by nix fmt. + An attribute set of per system a package used by [`nix fmt`](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-fmt.html). ''; }; }; @@ -31,7 +31,7 @@ in type = types.nullOr types.package; default = null; description = '' - A package used by nix fmt. + A package used by [`nix fmt`](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-fmt.html). ''; }; };