nix-config/overlays/pi-sensors/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
182 B
Nix
Raw Normal View History

2021-09-29 21:58:29 +02:00
{ rustPlatform }:
rustPlatform.buildRustPackage {
name = "pi-sensors";
version = "0.0.0";
src = ./.;
cargoSha256 = "0pihg88jx61a3bxm6n6h0fila34xgfnpgqrsdk4bw165bwmp5laq";
}