unispect/unispect.nix

8 lines
160 B
Nix

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