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"; }; };