We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f44adf commit b34b006Copy full SHA for b34b006
1 file changed
flake.nix
@@ -130,6 +130,7 @@
130
{
131
# Add some executables from other relevant packages
132
inherit (bech32.components.exes) bech32;
133
+ inherit (dmq-node.components.exes) dmq-node;
134
inherit (ouroboros-consensus-cardano.components.exes) db-analyser db-synthesizer db-truncater snapshot-converter;
135
# Add cardano-node, cardano-cli and tx-generator with their git revision stamp.
136
# Keep available an alternative without the git revision, like the other
@@ -310,6 +311,7 @@
310
311
"db-analyser"
312
"db-synthesizer"
313
"db-truncater"
314
+ "dmq-node"
315
"snapshot-converter"
316
"tx-generator"
317
];
@@ -513,6 +515,7 @@
513
515
db-analyser
514
516
db-synthesizer
517
db-truncater
518
+ dmq-node
519
locli
520
snapshot-converter
521
tx-generator
0 commit comments