We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.overlays.*
.overlay
Hyprland is accessible via inputs.hyprland
inputs.hyprland
Hyprland throws an error because digga somehow refer to inputs.hyprland.overlay as it was deprecated by Hyprland.
inputs.hyprland.overlay
Don't refer to overlays when not needed (I didn't even include hyprland overlay to channels, yet digga still access it.)
channels
As a workaround, pass inputs' = inputs and refer to inputs as inputs'.
inputs' = inputs
inputs'
Add inputs.hyprland.url = "github:hyprwm/hyprland"; to flake.nix
inputs.hyprland.url = "github:hyprwm/hyprland";
flake.nix
The text was updated successfully, but these errors were encountered:
i did run into the same issue yesterday
Sorry, something went wrong.
@danielphan2003 Is this still the case?
I have recently started to include the Hyprland repository as an input and it went fine.
montchr
No branches or pull requests
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 asinputs'
.Steps to Reproduce
Add
inputs.hyprland.url = "github:hyprwm/hyprland";
toflake.nix
The text was updated successfully, but these errors were encountered: