remove nesting

This commit is contained in:
2026-03-11 05:16:45 +01:00
parent 9b7643c92b
commit 13c5800391

View File

@@ -59,12 +59,10 @@
};
overlays = {
overlays = {
default = self.overlays.dwl;
dwl = final: prev: {
inherit (self.packages.${prev.stdenv.hostPlatform.system}) dwl;
};
};
};
};
}