mirror of https://github.com/voidlizard/hbs2
Possible flake fix
This commit is contained in:
parent
8a0943f783
commit
a9842ac221
|
@ -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; {
|
||||
|
|
Loading…
Reference in New Issue