mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
refactor(nix): further simplification
Co-authored-by: Isabel <isabel@isabelroses.com>
This commit is contained in:
parent
7933cc656e
commit
87c49010a3
1 changed files with 1 additions and 2 deletions
|
|
@ -50,8 +50,7 @@
|
|||
overlays = rec {
|
||||
default = yazi;
|
||||
yazi = final: _: {
|
||||
inherit (self.packages."${final.system}") yazi-unwrapped;
|
||||
inherit (self.packages."${final.system}") yazi;
|
||||
inherit (self.packages."${final.system}") yazi yazi-unwrapped;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue