File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ runCommand "cardano-daedalus-bridge-${version}" {
12
12
cd $out
13
13
${ optionalString ( buildId != null ) "echo ${ buildId } > build-id" }
14
14
echo ${ gitrev } > commit-id
15
+ # this comes from cardano-sl.cabal, via an inherit in default.nix
15
16
echo ${ version } > version
16
17
17
18
cp --no-preserve=mode -R ${ cardano-sl-config } /lib config
Original file line number Diff line number Diff line change 180
180
cp ${ ./log-configs/daedalus.yaml } log-config-prod.yaml
181
181
cp ${ ./lib/configuration.yaml } configuration.yaml
182
182
cp ${ ./lib } /*genesis*.json .
183
+ # this comes from cardano-sl.cabal, via an inherit in default.nix
183
184
echo ${ cardano . rev } > commit-id
185
+ echo ${ iohkPkgs . version } > version
184
186
${ pkgs . zip } /bin/zip -9 $out/CardanoSL.zip *
185
187
186
188
# add CardanoSL.zip to the hydra-build-products to make
You can’t perform that action at this time.
0 commit comments