flake.nix: fix pvv-calender-bot overlay attrpath

This commit is contained in:
h7x4 2025-12-05 02:50:00 +09:00
parent ca3ab5415a
commit 3dc6ae6d58
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -113,7 +113,7 @@
self.nixosModules.matrix-ooye self.nixosModules.matrix-ooye
]; ];
overlays = [ overlays = [
inputs.pvv-calendar-bot.overlays.x86_64-linux.default inputs.pvv-calendar-bot.overlays.default
inputs.minecraft-heatmap.overlays.default inputs.minecraft-heatmap.overlays.default
(final: prev: { (final: prev: {
inherit (self.packages.${prev.system}) out-of-your-element; inherit (self.packages.${prev.system}) out-of-your-element;