mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
halloy update
This commit is contained in:
parent
8e4664db95
commit
22e480852c
1 changed files with 13 additions and 10 deletions
|
|
@ -1,14 +1,17 @@
|
||||||
self: super:
|
self: super:
|
||||||
let
|
/*
|
||||||
nightlyRustPlatform = super.makeRustPlatform {
|
let
|
||||||
cargo = super.rust-bin.nightly."2025-07-28".default;
|
nightlyRustPlatform = super.makeRustPlatform {
|
||||||
rustc = super.rust-bin.nightly."2025-07-28".default;
|
cargo = super.rust-bin.nightly."2025-07-28".default;
|
||||||
};
|
rustc = super.rust-bin.nightly."2025-07-28".default;
|
||||||
in
|
};
|
||||||
|
in
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
halloy = nightlyRustPlatform.buildRustPackage rec {
|
# halloy = nightlyRustPlatform.buildRustPackage rec {
|
||||||
|
halloy = super.buildRustPackage rec {
|
||||||
pname = "halloy";
|
pname = "halloy";
|
||||||
version = "2025.12";
|
version = "2026.1";
|
||||||
|
|
||||||
src = super.fetchFromGitHub {
|
src = super.fetchFromGitHub {
|
||||||
owner = "squidowl";
|
owner = "squidowl";
|
||||||
|
|
@ -17,8 +20,8 @@ in
|
||||||
sha256 = "sha256-rVeh0nvmRjfOErwUhiWBx3hHla9bA2mSOORNSqSOrfw=";
|
sha256 = "sha256-rVeh0nvmRjfOErwUhiWBx3hHla9bA2mSOORNSqSOrfw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
RUSTC_BOOTSTRAP = 1;
|
# RUSTC_BOOTSTRAP = 1;
|
||||||
RUSTFLAGS = "-Z allow-features=let_chains";
|
# RUSTFLAGS = "-Z allow-features=let_chains";
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
lockFile = src + "/Cargo.lock";
|
lockFile = src + "/Cargo.lock";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue