releng: add sha256 for the manual tarball
Whoops. Change-Id: Ic6f8cdcb074d679e9b1fc3323c106cc853328dcc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user