Test release channel

This commit is contained in:
2023-03-06 19:09:34 -05:00
parent 974a2c0845
commit f14d414aa2

View File

@@ -67,6 +67,12 @@
newalan = craneLib.buildPackage (commonArgs // {
inherit cargoArtifacts;
});
channel = pkgs.lib.release.channel {
constituents = [
newalan
];
};
in
{
checks = pkgs.lib.optionalAttrs (system == "x86_64-linux") {