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:
let
rustNightly = (super.rust-bin.fromRustupToolchain {
channel = "nightly";
date = "2024-05-01";
sha256 = "0000000000000000000000000000000000000000000000000000"; # Replace with the correct hash after the build fails
rustNightly = (super.rust-bin.fromTarball {
src = super.fetchurl {
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
};
}).override {
extensions = [
"rust-src"