mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 10:13:14 -06:00
9 lines
156 B
Nix
9 lines
156 B
Nix
{rustPlatform}:
|
|
rustPlatform.buildRustPackage {
|
|
pname = "oizys";
|
|
version = "unstable";
|
|
src = ./.;
|
|
cargoLock = {
|
|
lockFile = ./Cargo.lock;
|
|
};
|
|
}
|