halloy update

This commit is contained in:
death916 2026-02-25 02:17:21 -08:00
parent 7b86642c58
commit c9283862f9

View file

@ -1,15 +1,12 @@
self: super:
/*
let
nightlyRustPlatform = super.makeRustPlatform {
cargo = super.rust-bin.nightly."2025-07-28".default;
rustc = super.rust-bin.nightly."2025-07-28".default;
cargo = super.rust-bin.stable.latest.default;
rustc = super.rust-bin.stable.latest.default;
};
in
*/
{
# halloy = nightlyRustPlatform.buildRustPackage rec {
halloy = super.rustPlatform.buildRustPackage rec {
halloy = nightlyRustPlatform.buildRustPackage rec {
pname = "halloy";
version = "2026.3";