From ac4441fabd4d276ba43e1f6aa110f3b803ba7a57 Mon Sep 17 00:00:00 2001 From: Attila Oláh Date: Sat, 2 Mar 2024 12:40:40 +0100 Subject: Add missing closing parens. https://xkcd.com/859 --- nixos/modules/tasks/filesystems.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/tasks/filesystems.nix b/nixos/modules/tasks/filesystems.nix index e72a1e37759e9..191b462711948 100644 --- a/nixos/modules/tasks/filesystems.nix +++ b/nixos/modules/tasks/filesystems.nix @@ -105,7 +105,7 @@ let type = types.bool; description = lib.mdDoc '' If the device does not currently contain a filesystem (as - determined by {command}`blkid`, then automatically + determined by {command}`blkid`), then automatically format it with the filesystem type specified in {option}`fsType`. Use with caution. ''; -- cgit 1.4.1