zinfo 0.2.4

A small system information program
Documentation
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  buildInputs = with pkgs; [ just ];
}