From b1a69189d3e15009b2e467e51644f7b75b6a4069 Mon Sep 17 00:00:00 2001 From: xecarlox94 Date: Thu, 29 May 2025 23:20:21 +0100 Subject: [PATCH] adding haskell template providing dev/prod environments --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7e698ba..3f6a9a0 100644 --- a/flake.nix +++ b/flake.nix @@ -71,7 +71,7 @@ bindings = bindingsOverlay; }; - templates = { + templates.default = { hs-bindings = ./nix/templates/haskell; description = "Haskell Bindings to p2prc protocol"; };