digga
digga copied to clipboard
use `.overlays.*` instead of `.overlay`
Expected Behavior
Hyprland is accessible via inputs.hyprland
Current Behavior
Hyprland throws an error because digga somehow refer to inputs.hyprland.overlay as it was deprecated by Hyprland.
Possible Solution
Don't refer to overlays when not needed (I didn't even include hyprland overlay to channels, yet digga still access it.)
As a workaround, pass inputs' = inputs and refer to inputs as inputs'.
Steps to Reproduce
Add inputs.hyprland.url = "github:hyprwm/hyprland"; to flake.nix
i did run into the same issue yesterday
@danielphan2003 Is this still the case?
I have recently started to include the Hyprland repository as an input and it went fine.