oizys/pkgs/oizys-nim/default.nix

13 lines
248 B
Nix
Raw Normal View History

2024-08-28 11:08:58 -05:00
{
lib,
openssl,
buildNimblePackage,
}:
buildNimblePackage {
name = "oizys";
verions = "unstable";
src = lib.cleanSource ./.;
nativeBuildInputs = [ openssl ];
2024-09-17 17:39:06 -05:00
nimbleDepsHash = "sha256-o+CN0LlVOcgjLpDfjItW/5GCXTWcPSx9GfwQn+u2ST4=";
2024-08-28 11:08:58 -05:00
}