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-04 12:09:11 -05:00
nimbleDepsHash = "sha256-KErXGNNU5VVBHcvBmBhbagxZabHzajY5dF2OLHPmWf8=";
2024-08-28 11:08:58 -05:00
}