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