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: self: super:
/*
let let
nightlyRustPlatform = super.makeRustPlatform { nightlyRustPlatform = super.makeRustPlatform {
cargo = super.rust-bin.nightly."2025-07-28".default; cargo = super.rust-bin.stable.latest.default;
rustc = super.rust-bin.nightly."2025-07-28".default; rustc = super.rust-bin.stable.latest.default;
}; };
in in
*/
{ {
# halloy = nightlyRustPlatform.buildRustPackage rec { halloy = nightlyRustPlatform.buildRustPackage rec {
halloy = super.rustPlatform.buildRustPackage rec {
pname = "halloy"; pname = "halloy";
version = "2026.3"; version = "2026.3";