12 buildNimPackage (finalAttrs: {
13 pname = "syndicate_utils";
16 src = fetchFromGitea {
17 domain = "git.syndicate-lang.org";
19 repo = "syndicate_utils";
20 rev = finalAttrs.version;
21 hash = "sha256-Sy6Ad0nNr/0y5W4z3SzlwfsA8hiXzlOPDOGdwbCYROs=";
32 lockFile = ./lock.json;
34 meta = finalAttrs.src.meta // {
35 description = "Utilities for the Syndicated Actor Model";
36 homepage = "https://git.syndicate-lang.org/ehmry/syndicate_utils";
37 maintainers = [ lib.maintainers.ehmry ];
38 license = lib.licenses.unlicense;