Manual Release Channel
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -118,13 +118,11 @@
|
||||
pathsToLink = [ "/bin" ];
|
||||
};
|
||||
};
|
||||
in pkgs.releaseTools.channel {
|
||||
name = "New Alan Docker Image";
|
||||
constituents = [
|
||||
# image
|
||||
];
|
||||
src = image;
|
||||
};
|
||||
in pkgs.runCommandCC "New Alan Docker Release" {} '''
|
||||
mkdir -p $out/{nix-support,share}
|
||||
cp ${image} $out/share/newalan_image.tar.gz
|
||||
echo "docker image $out/share/newalan_image.tar.gz" >> $out/nix-support/hydra-build-products
|
||||
'';
|
||||
} // lib.optionalAttrs (system == "x86_64-linux") {
|
||||
# NB: cargo-tarpaulin only supports x86_64 systems
|
||||
# Check code coverage (note: this will not upload coverage anywhere)
|
||||
|
||||
Reference in New Issue
Block a user