From ce6202c1d10e26ae3209bab09874cbd7f6c592e3 Mon Sep 17 00:00:00 2001 From: death916 Date: Tue, 8 Jul 2025 04:48:03 -0700 Subject: [PATCH] nightly pin for halloy --- overlays/halloy-overlay.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/halloy-overlay.nix b/overlays/halloy-overlay.nix index f69cc8b..4a64026 100644 --- a/overlays/halloy-overlay.nix +++ b/overlays/halloy-overlay.nix @@ -1,10 +1,10 @@ self: super: let - rustNightly = super.rust-bin.fromRustupToolchain { + rustNightly = (super.rust-bin.fromRustupToolchain { channel = "nightly"; date = "2024-05-01"; sha256 = "0000000000000000000000000000000000000000000000000000"; # Replace with the correct hash after the build fails - }.override { + }).override { extensions = [ "rust-src" "rustc-dev"