CuboCore.libcsys

libcsys 5.0.0

Library for managing drive and getting system resource information in real time

https://gitlab.com/cubocore/libcsys
GNU General Public License v3.0 or later
programs: -
Platforms (24)
armv5tel-linuxpowerpc64-linuxpowerpc64le-linuxarc-linuxarmv6l-linuxriscv32-linuxriscv64-linuxarmv7a-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  CuboCore.libcsys
];
Ad-hoc shell
nix-shell -p CuboCore.libcsys
Flake (nix run)
nix run nixpkgs#CuboCore.libcsys