From 3432c2170e356cea2becb9c1a3a1dab3439af8b1 Mon Sep 17 00:00:00 2001 From: death916 Date: Wed, 25 Feb 2026 02:22:05 -0800 Subject: [PATCH] halloy update cargo --- overlays/halloy-overlay.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/overlays/halloy-overlay.nix b/overlays/halloy-overlay.nix index 0fd5fe5..eeba4fa 100644 --- a/overlays/halloy-overlay.nix +++ b/overlays/halloy-overlay.nix @@ -1,12 +1,12 @@ self: super: let - nightlyRustPlatform = super.makeRustPlatform { - cargo = super.rust-bin.stable.latest.default; - rustc = super.rust-bin.stable.latest.default; + rustPlatform = super.makeRustPlatform { + cargo = super.rust-bin.stable."1.92.0".default; + rustc = super.rust-bin.stable."1.92.0".default; }; in { - halloy = nightlyRustPlatform.buildRustPackage rec { + halloy = rustPlatform.buildRustPackage rec { pname = "halloy"; version = "2026.3";