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:
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue