We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8443ee8 commit 2bd026bCopy full SHA for 2bd026b
nix/docker/default.nix
@@ -18,6 +18,7 @@
18
# The main contents of the image.
19
, cardano-cli
20
, cardano-node
21
+, snapshot-converter
22
, scripts
23
24
# Set gitrev to null, to ensure the version below is used
@@ -161,6 +162,7 @@ in
161
162
cp -v ${context}/bin/* usr/local/bin
163
ln -sv ${cardano-node}/bin/cardano-node usr/local/bin/cardano-node
164
ln -sv ${cardano-cli}/bin/cardano-cli usr/local/bin/cardano-cli
165
+ ln -sv ${snapshot-converter}/bin/snapshot-converter usr/local/bin/snapshot-converter
166
ln -sv ${jq}/bin/jq usr/local/bin/jq
167
168
# Create iohk-nix network configs, organized by network directory.
0 commit comments