Test release channel

This commit is contained in:
2023-03-06 19:09:34 -05:00
parent fc4e0ce274
commit 44103d410e

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") {