Loading nixos/modules/security/sudo-rs.nix +2 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ in }; enable = mkEnableOption (mdDoc '' the {command}`sudo` command, which allows non-root users to execute commands as root. a memory-safe implementation of the {command}`sudo` command, which allows non-root users to execute commands as root. ''); package = mkPackageOption pkgs "sudo-rs" { }; Loading Loading
nixos/modules/security/sudo-rs.nix +2 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ in }; enable = mkEnableOption (mdDoc '' the {command}`sudo` command, which allows non-root users to execute commands as root. a memory-safe implementation of the {command}`sudo` command, which allows non-root users to execute commands as root. ''); package = mkPackageOption pkgs "sudo-rs" { }; Loading