maybe fix

This commit is contained in:
2026-03-11 05:37:40 +01:00
parent 13c5800391
commit 914097e45c

View File

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