diff --git a/flake.nix b/flake.nix index 3f6a9a0..f4781f1 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,6 @@ packages.default = callPackage ./. { }; - devShells.default = pkgs.mkShell { buildInputs = with pkgs; [ go @@ -71,11 +70,12 @@ bindings = bindingsOverlay; }; - templates.default = { - hs-bindings = ./nix/templates/haskell; - description = "Haskell Bindings to p2prc protocol"; - }; - } - )); + )) // + { + templates.haskell = { + bindings = ./nix/templates/haskell; + description = "Haskell Bindings to p2prc protocol"; + }; + }; }