about summary refs log blame commit diff stats
path: root/pkgs/by-name/ya/yambar-cpu/package.nix
blob: 90f1a5587c414a017962aece6c8e9163bf400f45 (plain) (tree)
1
2
3
4
5
6
7
8
9
                               
                       




                            


                              
 
{rustPlatform}:
rustPlatform.buildRustPackage {
  pname = "yambar-cpu";
  version = "0.1.0";

  src = ./.;
  cargoLock = {
    lockFile = ./Cargo.lock;
  };

  meta = {
    mainProgram = "cpu_usage";
  };
}