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-30 12:39:19 -05:00
nimbleDepsHash = "sha256-3p+PdGkQmKwz5tzJwX0aun3kSOLw/lwzqRkR9+6ECQE=";
2024-08-28 11:08:58 -05:00
}