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
ce6202c1d1
commit
cf20e8b572
1 changed files with 5 additions and 4 deletions
|
|
@ -1,9 +1,10 @@
|
|||
self: super:
|
||||
let
|
||||
rustNightly = (super.rust-bin.fromRustupToolchain {
|
||||
channel = "nightly";
|
||||
date = "2024-05-01";
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue