nightly pin for halloy

This commit is contained in:
death916 2025-07-08 04:50:40 -07:00
parent ce6202c1d1
commit cf20e8b572

View file

@ -1,9 +1,10 @@
self: super: self: super:
let let
rustNightly = (super.rust-bin.fromRustupToolchain { rustNightly = (super.rust-bin.fromTarball {
channel = "nightly"; src = super.fetchurl {
date = "2024-05-01"; url = "https://static.rust-lang.org/dist/2024-05-01/rust-nightly-x86_64-unknown-linux-gnu.tar.xz";
sha256 = "0000000000000000000000000000000000000000000000000000"; # Replace with the correct hash after the build fails sha256 = "0000000000000000000000000000000000000000000000000000"; # Replace with the correct hash after the build fails
};
}).override { }).override {
extensions = [ extensions = [
"rust-src" "rust-src"