releaseTools not Lib

This commit is contained in:
2023-03-06 19:35:14 -05:00
parent d827aef4f3
commit 6b7794a34b

View File

@@ -112,7 +112,7 @@
newalan-coverage = craneLib.cargoTarpaulin (commonArgs // {
inherit cargoArtifacts;
});
channel = pkgs.lib.releaseTools.channel {
channel = pkgs.releaseTools.channel {
constituents = [
newalan
];