nightly pin for halloy

This commit is contained in:
death916 2025-07-08 04:48:03 -07:00
parent 5b23bf6a7f
commit ce6202c1d1

View file

@ -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"