mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: re-use self.packages for the overlays
Co-authored-by: XYenon <register@xyenon.bid>
This commit is contained in:
parent
0cbe271a2b
commit
1237ac82ea
1 changed files with 4 additions and 4 deletions
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
devShells.default = import ./nix/shell.nix { inherit pkgs inputs; };
|
||||
})
|
||||
// rec {
|
||||
overlays = {
|
||||
default = overlays.yazi;
|
||||
// {
|
||||
overlays = rec {
|
||||
default = yazi;
|
||||
yazi = final: prev: {
|
||||
yazi = final.callPackage ./nix/yazi.nix { };
|
||||
yazi = self.packages."${final.system}".yazi;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue