adding haskell template providing dev/prod environments

This commit is contained in:
2025-05-29 23:20:21 +01:00
parent ad76773111
commit b1a69189d3

View File

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