releng: add sha256 for the manual tarball
Whoops. Change-Id: Ic6f8cdcb074d679e9b1fc3323c106cc853328dcc
This commit is contained in:
parent
16ea19ced8
commit
d5c670ad01
1 changed files with 4 additions and 1 deletions
|
@ -71,7 +71,10 @@ let
|
||||||
${lib.concatMapStringsSep "\n" doTarball (targetsFor {
|
${lib.concatMapStringsSep "\n" doTarball (targetsFor {
|
||||||
inherit systems dockerSystems;
|
inherit systems dockerSystems;
|
||||||
})}
|
})}
|
||||||
cp ${manualTar}/*.tar.gz $out
|
${doTarball {
|
||||||
|
target = manualTar;
|
||||||
|
targetName = "lix-*.tar.gz";
|
||||||
|
}}
|
||||||
cp -r ${lix.doc}/share/doc/nix/manual $out
|
cp -r ${lix.doc}/share/doc/nix/manual $out
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue