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-U44sZSUcus9minOs/Euy4h071eU9Cn83RnYb5jiKibo=";
2024-08-28 11:08:58 -05:00
}