fixed haskell template

This commit is contained in:
2025-05-29 23:36:11 +01:00
parent 0bb949a1e2
commit e04e918328

View File

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