mirror of
https://github.com/NotAShelf/systemyml.git
synced 2024-11-01 11:01:18 +00:00
9 lines
145 B
Nix
9 lines
145 B
Nix
|
{rustPlatform}:
|
||
|
rustPlatform.buildRustPackage {
|
||
|
pname = "systemyml";
|
||
|
version = "0.0.1";
|
||
|
|
||
|
src = ./.;
|
||
|
cargoLock.lockFile = ./Cargo.lock;
|
||
|
}
|