From 8bd8c3f995d5368d5d178b956fc4507167530530 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 7 Feb 2025 13:01:57 +0100 Subject: [PATCH] flake: remove non existing override --- flake.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 5ead995..6e24380 100644 --- a/flake.nix +++ b/flake.nix @@ -67,8 +67,7 @@ inputs.utils.follows = "flake-utils"; # Yes, it's actually called `utils`, not a typo }; - hyprland = - { + hyprland = { url = "github:hyprwm/Hyprland"; inputs.systems.follows = "systems"; }; @@ -77,7 +76,6 @@ inputs = { hyprlang.follows = "hyprland/hyprlang"; hyprutils.follows = "hyprland/hyprutils"; - hyprgraphics.follows = "hyprland/hyprgraphics"; hyprwayland-scanner.follows = "hyprland/hyprwayland-scanner"; hyprland-protocols.follows = "hyprland/hyprland-protocols"; @@ -141,8 +139,7 @@ # Dependency pinning to prevent duplicate versions systems.url = "github:nix-systems/default"; - flake-utils = - { + flake-utils = { url = "github:numtide/flake-utils"; inputs.systems.follows = "systems"; };