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)
powerpc64-linuxmips-linuxarmv7l-linuxmipsel-linuxriscv64-linuxarmv5tel-linuxm68k-linuxx86_64-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