treewide: fix mkEnableOption usage

This commit is contained in:
éclairevoyant
2024-06-03 12:59:45 -04:00
parent f587de5d7f
commit 7d8742da87
41 changed files with 66 additions and 67 deletions

View File

@@ -41,7 +41,7 @@ in
enable = mkEnableOption ''
a memory-safe implementation of the {command}`sudo` command,
which allows non-root users to execute commands as root.
which allows non-root users to execute commands as root
'';
package = mkPackageOption pkgs "sudo-rs" { };