From c9283862f933704f8edb680ae5a876eabbdebadc Mon Sep 17 00:00:00 2001 From: death916 Date: Wed, 25 Feb 2026 02:17:21 -0800 Subject: [PATCH] halloy update --- overlays/halloy-overlay.nix | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/overlays/halloy-overlay.nix b/overlays/halloy-overlay.nix index b6e83ac..0fd5fe5 100644 --- a/overlays/halloy-overlay.nix +++ b/overlays/halloy-overlay.nix @@ -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; - }; - in -*/ +let + nightlyRustPlatform = super.makeRustPlatform { + 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";