unispect/unispect.nix

8 lines
173 B
Nix
Raw Normal View History

2023-01-09 12:40:39 +01:00
with (import <nixpkgs> {});
rustPlatform.buildRustPackage {
pname = "unispect" ;
version = "0.1" ;
src = ./. ;
cargoLock = { lockFile = ./Cargo.lock ; } ;
}