refactor(nix): further simplification

Co-authored-by: Isabel <isabel@isabelroses.com>
This commit is contained in:
uncenter 2024-07-31 15:03:24 -04:00 committed by GitHub
parent 7933cc656e
commit 87c49010a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};
};
};