unispect/unispect.nix
2023-08-13 14:02:04 +02:00

8 lines
160 B
Nix

{ rustPlatform, ... }:
rustPlatform.buildRustPackage {
pname = "unispect" ;
version = "0.1" ;
src = ./. ;
cargoLock = { lockFile = ./Cargo.lock ; } ;
}