This commit is contained in:
2026-01-11 13:21:13 +03:00
parent 067aeec853
commit c402cfa7cf
-8
View File
@@ -1,11 +1,3 @@
{ inputs, ... }: { inputs, ... }:
let
configHome = "123";
in
self: super: { self: super: {
yazi = super.yazi.overrideDerivation (old: {
passthru = (old.passthru or { }) // {
configHome = configHome;
};
});
} }