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
7b86642c58
commit
c9283862f9
1 changed files with 7 additions and 10 deletions
|
|
@ -1,15 +1,12 @@
|
|||
self: super:
|
||||
/*
|
||||
let
|
||||
let
|
||||
nightlyRustPlatform = super.makeRustPlatform {
|
||||
cargo = super.rust-bin.nightly."2025-07-28".default;
|
||||
rustc = super.rust-bin.nightly."2025-07-28".default;
|
||||
cargo = super.rust-bin.stable.latest.default;
|
||||
rustc = super.rust-bin.stable.latest.default;
|
||||
};
|
||||
in
|
||||
*/
|
||||
in
|
||||
{
|
||||
# halloy = nightlyRustPlatform.buildRustPackage rec {
|
||||
halloy = super.rustPlatform.buildRustPackage rec {
|
||||
halloy = nightlyRustPlatform.buildRustPackage rec {
|
||||
pname = "halloy";
|
||||
version = "2026.3";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue