systemyml/default.nix

9 lines
145 B
Nix
Raw Normal View History

2023-09-28 09:50:11 +00:00
{rustPlatform}:
rustPlatform.buildRustPackage {
pname = "systemyml";
version = "0.0.1";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
}