about summary refs log tree commit diff
path: root/nixos/modules/tasks
diff options
context:
space:
mode:
authorAttila Oláh <attilaolah@gmail.com>2024-03-02 12:40:40 +0100
committerGitHub <noreply@github.com>2024-03-02 12:40:40 +0100
commitac4441fabd4d276ba43e1f6aa110f3b803ba7a57 (patch)
treeaf78bbd6decdb61b39fa7e88ab54e6f08d4dc637 /nixos/modules/tasks
parentd2c93188e2b954519f218cc3c4f33bc66a5804d3 (diff)
downloadnixlib-ac4441fabd4d276ba43e1f6aa110f3b803ba7a57.tar
nixlib-ac4441fabd4d276ba43e1f6aa110f3b803ba7a57.tar.gz
nixlib-ac4441fabd4d276ba43e1f6aa110f3b803ba7a57.tar.bz2
nixlib-ac4441fabd4d276ba43e1f6aa110f3b803ba7a57.tar.lz
nixlib-ac4441fabd4d276ba43e1f6aa110f3b803ba7a57.tar.xz
nixlib-ac4441fabd4d276ba43e1f6aa110f3b803ba7a57.tar.zst
nixlib-ac4441fabd4d276ba43e1f6aa110f3b803ba7a57.zip
Add missing closing parens.
https://xkcd.com/859
Diffstat (limited to 'nixos/modules/tasks')
-rw-r--r--nixos/modules/tasks/filesystems.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/filesystems.nix b/nixos/modules/tasks/filesystems.nix
index e72a1e37759e..191b46271194 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.
         '';