unispect/unispect.nix

8 lines
160 B
Nix
Raw Normal View History

2023-08-13 14:02:04 +02:00
{ rustPlatform, ... }:
2023-01-09 12:40:39 +01:00
rustPlatform.buildRustPackage {
2023-08-13 14:02:04 +02:00
pname = "unispect" ;
version = "0.1" ;
src = ./. ;
cargoLock = { lockFile = ./Cargo.lock ; } ;
2023-01-09 12:40:39 +01:00
}