mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
halloy update cargo
This commit is contained in:
parent
c9283862f9
commit
3432c2170e
1 changed files with 4 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
|||
self: super:
|
||||
let
|
||||
nightlyRustPlatform = super.makeRustPlatform {
|
||||
cargo = super.rust-bin.stable.latest.default;
|
||||
rustc = super.rust-bin.stable.latest.default;
|
||||
rustPlatform = super.makeRustPlatform {
|
||||
cargo = super.rust-bin.stable."1.92.0".default;
|
||||
rustc = super.rust-bin.stable."1.92.0".default;
|
||||
};
|
||||
in
|
||||
{
|
||||
halloy = nightlyRustPlatform.buildRustPackage rec {
|
||||
halloy = rustPlatform.buildRustPackage rec {
|
||||
pname = "halloy";
|
||||
version = "2026.3";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue