mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
nightly pin for halloy
This commit is contained in:
parent
5b23bf6a7f
commit
ce6202c1d1
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue