adding haskell template providing dev/prod environments

This commit is contained in:
2025-05-29 23:10:12 +01:00
parent 3fb225676f
commit ec46f74c4e
2 changed files with 7 additions and 2 deletions

View File

@@ -71,6 +71,11 @@
bindings = bindingsOverlay;
};
templates = {
hs-bindings = ./nix/templates/haskell;
description = "Haskell Bindings to p2prc protocol";
};
}
));
}