Test releaseTools

This commit is contained in:
2023-03-06 19:27:53 -05:00
parent 67dcbc77dd
commit 136e59f867
2 changed files with 5 additions and 3 deletions

View File

@@ -68,9 +68,11 @@
inherit cargoArtifacts;
});
channel = pkgs.lib.release.channel {
channel = pkgs.lib.releaseTools.channel {
constituents = [
newalan
(pkgs.lib.releaseTools.nixBuild {
})
];
};
in

View File

@@ -6,6 +6,6 @@ use serenity::prelude::Context;
#[command]
pub async fn ping(ctx: &Context, msg: &Message) -> CommandResult {
msg.channel_id.say(&ctx.http, "pong!").await?;
Ok(())
}