releng: add sha256 for the manual tarball

Whoops.

Change-Id: Ic6f8cdcb074d679e9b1fc3323c106cc853328dcc
This commit is contained in:
jade 2024-06-13 17:14:06 -07:00
parent 16ea19ced8
commit d5c670ad01

View file

@ -71,7 +71,10 @@ let
${lib.concatMapStringsSep "\n" doTarball (targetsFor {
inherit systems dockerSystems;
})}
cp ${manualTar}/*.tar.gz $out
${doTarball {
target = manualTar;
targetName = "lix-*.tar.gz";
}}
cp -r ${lix.doc}/share/doc/nix/manual $out
'';
in