From a9842ac2216e36d09075a281430f692669fd9244 Mon Sep 17 00:00:00 2001 From: Serguey Zefirov Date: Mon, 26 Jun 2023 17:34:06 +0300 Subject: [PATCH] Possible flake fix --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 69c73920..95873767 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,7 @@ outputs = { self, nixpkgs, haskell-flake-utils, ... }@inputs: "hbs2-core" "hbs2-storage-simple" "hbs2-git" + "hbs2-consensus" ]; packageDirs = { @@ -47,6 +48,7 @@ outputs = { self, nixpkgs, haskell-flake-utils, ... }@inputs: "hbs2-core" = "./hbs2-core"; "hbs2-storage-simple" = "./hbs2-storage-simple"; "hbs2-peer" = "./hbs2-peer"; + "hbs2-consensus" = "./hbs2-consensus"; }; hpPreOverrides = {pkgs, ...}: final: prev: with pkgs; {