diff --git a/packages.json b/packages.json index 84a8326..cf5f5be 100644 --- a/packages.json +++ b/packages.json @@ -34871,5 +34871,18 @@ "description": "Sort imports in Nim source files", "license": "GPL-3.0-only", "web": "https://github.com/cycneuramus/nimpsort" + }, + { + "name": "nim-sudo", + "url": "https://github.com/vandot/nim-sudo", + "method": "git", + "tags": [ + "sudo", + "linux", + "unix" + ], + "description": "Simple wrapper to execute osproc.exec* commands with sudo.", + "license": "BSD-3-Clause", + "web": "https://github.com/vandot/nim-sudo" } ]