about summary refs log tree commit diff stats
path: root/pkgs/by-name/ya/yambar-cpu/package.nix
blob: d054a970d911c9c0e9d2fec4135d775c9c269174 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{rustPlatform}:
rustPlatform.buildRustPackage {
  pname = "yambar_cpu";
  version = "0.1.0";

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