mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: add rustup to nix shell for building
This commit is contained in:
parent
64c5e85457
commit
6aa645600a
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ pkgs.mkShell {
|
|||
ripgrep
|
||||
fzf
|
||||
zoxide
|
||||
rustup
|
||||
];
|
||||
|
||||
buildInputs = with pkgs;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue