From 03e10eed533dad5c854a5c7a9d345611e8d2bdea Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 1 Jul 2024 12:08:59 +0800 Subject: [PATCH] Add package lsblk (#2899) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 9099794..cc4207b 100644 --- a/packages.json +++ b/packages.json @@ -33729,5 +33729,20 @@ "description": "A high-level and easy to use PGP library. Using Rust & Sequoia-PGP on the backend!", "license": "MIT", "web": "https://gitlab.com/IAlbassort/nimPGP/" + }, + { + "name": "lsblk", + "url": "https://github.com/FyraLabs/lsblk.nim", + "method": "git", + "tags": [ + "lsblk", + "disks", + "partitions", + "mountpoints", + "filesystem" + ], + "description": "List out block-devices, including disks, partitions and their mountpoints", + "license": "MIT", + "web": "https://github.com/FyraLabs/lsblk.nim" } ]