CuboCore.libcsys
libcsys 5.0.0
Library for managing drive and getting system resource information in real time
https://gitlab.com/cubocore/libcsysGNU General Public License v3.0 or later
programs: -
Platforms (24)
riscv32-linuxs390-linuxriscv64-linuxmicroblazeel-linuxmips64el-linuxmips64-linuxpowerpc-linuxs390x-linux
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