mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01: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"
|
||||
, lib
|
||||
|
||||
|
|
@ -27,7 +28,7 @@
|
|||
, zoxide
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
(makeRustPlatform { cargo = rustToolchain; rustc = rustToolchain; }).buildRustPackage {
|
||||
pname = "yazi";
|
||||
inherit version;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue