mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: build with rust-overlay (#410)
This commit is contained in:
parent
8998753625
commit
d54983143a
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{ rustPlatform
|
{ makeRustPlatform
|
||||||
|
, rustToolchain
|
||||||
, version ? "git"
|
, version ? "git"
|
||||||
, lib
|
, lib
|
||||||
|
|
||||||
|
|
@ -27,7 +28,7 @@
|
||||||
, zoxide
|
, zoxide
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
(makeRustPlatform { cargo = rustToolchain; rustc = rustToolchain; }).buildRustPackage {
|
||||||
pname = "yazi";
|
pname = "yazi";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue