From e04e918328eb411517680ea3d36d19b3b9f8d4d4 Mon Sep 17 00:00:00 2001 From: xecarlox94 Date: Thu, 29 May 2025 23:36:11 +0100 Subject: [PATCH] fixed haskell template --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0f285d7..6c6bb93 100644 --- a/flake.nix +++ b/flake.nix @@ -75,7 +75,7 @@ bindings = bindingsOverlay; }; templates.haskell = { - bindings = ./nix/templates/haskell; + path = ./nix/templates/haskell; description = "Haskell Bindings to p2prc protocol"; }; };