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:
|
self: super:
|
||||||
let
|
let
|
||||||
nightlyRustPlatform = super.makeRustPlatform {
|
rustPlatform = super.makeRustPlatform {
|
||||||
cargo = super.rust-bin.stable.latest.default;
|
cargo = super.rust-bin.stable."1.92.0".default;
|
||||||
rustc = super.rust-bin.stable.latest.default;
|
rustc = super.rust-bin.stable."1.92.0".default;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
halloy = nightlyRustPlatform.buildRustPackage rec {
|
halloy = rustPlatform.buildRustPackage rec {
|
||||||
pname = "halloy";
|
pname = "halloy";
|
||||||
version = "2026.3";
|
version = "2026.3";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue