Skip to content
Snippets Groups Projects
Commit 437a2819 authored by Daniel Firth's avatar Daniel Firth
Browse files

add callCardanoNode let binding at...

add callCardanoNode let binding at github:input-output-hk/cardano-node/4198592a7ea9c4873def316d6f80df1d20d37891
parent cf624182
Branches
No related merge requests found
......@@ -10,6 +10,16 @@ let callCardanoBase
"46cd4c97cff9f1f0a0da976aa9e32bd2899c85ee"
(Some subdir)
let callCardanoNode
: H.Name → H.Subdir → H.Attr H.HaskellPackage.Type
= λ(name : Text) →
λ(subdir : H.Subdir) →
H.callCabal2nix
name
"https://github.com/input-output-hk/cardano-node"
"4198592a7ea9c4873def316d6f80df1d20d37891"
(Some subdir)
let callCardanoLedger
: H.Name → H.Subdir → H.Attr H.HaskellPackage.Type
= λ(name : H.Name) →
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment