From 22e480852c1b75cf7f8e4d11a3288070481e465c Mon Sep 17 00:00:00 2001 From: death916 Date: Mon, 26 Jan 2026 04:53:39 -0800 Subject: [PATCH] halloy update --- overlays/halloy-overlay.nix | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/overlays/halloy-overlay.nix b/overlays/halloy-overlay.nix index d05474b..0f648d8 100644 --- a/overlays/halloy-overlay.nix +++ b/overlays/halloy-overlay.nix @@ -1,14 +1,17 @@ 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.nightly."2025-07-28".default; + rustc = super.rust-bin.nightly."2025-07-28".default; + }; + in +*/ { - halloy = nightlyRustPlatform.buildRustPackage rec { + # halloy = nightlyRustPlatform.buildRustPackage rec { + halloy = super.buildRustPackage rec { pname = "halloy"; - version = "2025.12"; + version = "2026.1"; src = super.fetchFromGitHub { owner = "squidowl"; @@ -17,8 +20,8 @@ in sha256 = "sha256-rVeh0nvmRjfOErwUhiWBx3hHla9bA2mSOORNSqSOrfw="; }; - RUSTC_BOOTSTRAP = 1; - RUSTFLAGS = "-Z allow-features=let_chains"; + # RUSTC_BOOTSTRAP = 1; + # RUSTFLAGS = "-Z allow-features=let_chains"; cargoLock = { lockFile = src + "/Cargo.lock";