diff --git a/flake.nix b/flake.nix index fd2d539..1fd6e6a 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ default = self.packages.${system}.hypr-dynamic-cursors; hypr-dynamic-cursors = let inherit (inputs.hyprland.packages.${system}) hyprland; - inherit (pkgsFor.${system}) stdenvNoCC gcc13; + inherit (pkgsFor.${system}) stdenvNoCC gcc14; name = "hypr-dynamic-cursors"; in @@ -29,7 +29,7 @@ src = ./.; inherit (hyprland) buildInputs; - nativeBuildInputs = hyprland.nativeBuildInputs ++ [hyprland gcc13]; + nativeBuildInputs = hyprland.nativeBuildInputs ++ [hyprland gcc14]; dontUseCmakeConfigure = true; dontUseMesonConfigure = true;