flake: remove non existing override

This commit is contained in:
Anthony Rodriguez 2025-02-07 13:01:57 +01:00
parent 7a109c779e
commit 8bd8c3f995
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -67,8 +67,7 @@
inputs.utils.follows = "flake-utils"; # Yes, it's actually called `utils`, not a typo inputs.utils.follows = "flake-utils"; # Yes, it's actually called `utils`, not a typo
}; };
hyprland = hyprland = {
{
url = "github:hyprwm/Hyprland"; url = "github:hyprwm/Hyprland";
inputs.systems.follows = "systems"; inputs.systems.follows = "systems";
}; };
@ -77,7 +76,6 @@
inputs = { inputs = {
hyprlang.follows = "hyprland/hyprlang"; hyprlang.follows = "hyprland/hyprlang";
hyprutils.follows = "hyprland/hyprutils"; hyprutils.follows = "hyprland/hyprutils";
hyprgraphics.follows = "hyprland/hyprgraphics";
hyprwayland-scanner.follows = "hyprland/hyprwayland-scanner"; hyprwayland-scanner.follows = "hyprland/hyprwayland-scanner";
hyprland-protocols.follows = "hyprland/hyprland-protocols"; hyprland-protocols.follows = "hyprland/hyprland-protocols";
@ -141,8 +139,7 @@
# Dependency pinning to prevent duplicate versions # Dependency pinning to prevent duplicate versions
systems.url = "github:nix-systems/default"; systems.url = "github:nix-systems/default";
flake-utils = flake-utils = {
{
url = "github:numtide/flake-utils"; url = "github:numtide/flake-utils";
inputs.systems.follows = "systems"; inputs.systems.follows = "systems";
}; };