From 1b322103c1b3c676cbfa5e63bf90f0582e507949 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 17 May 2025 14:28:18 -0700 Subject: [PATCH] feat: use hyprscroller fork --- flake.lock | 25 +++---------------- flake.nix | 2 +- .../desktop-environment/hyprland/default.nix | 6 ++--- 3 files changed, 7 insertions(+), 26 deletions(-) diff --git a/flake.lock b/flake.lock index 13ed9a2..1655e83 100644 --- a/flake.lock +++ b/flake.lock @@ -341,27 +341,6 @@ "type": "github" } }, - "flake-parts_2": { - "inputs": { - "nixpkgs-lib": [ - "stylix", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1733312601, - "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, "flake-utils": { "inputs": { "systems": "systems_2" @@ -985,7 +964,9 @@ "base16-vim": "base16-vim", "firefox-gnome-theme": "firefox-gnome-theme", "flake-compat": "flake-compat_4", - "flake-parts": "flake-parts_2", + "flake-parts": [ + "flake-parts" + ], "git-hooks": "git-hooks", "gnome-shell": "gnome-shell", "home-manager": "home-manager_3", diff --git a/flake.nix b/flake.nix index 076e486..fc866cc 100755 --- a/flake.nix +++ b/flake.nix @@ -72,7 +72,7 @@ stylix = { url = "github:danth/stylix"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-utils.follows = "flake-utils"; + inputs.flake-parts.follows = "flake-parts"; }; nix-index-database = { diff --git a/hm/modules/linux/desktop-environment/hyprland/default.nix b/hm/modules/linux/desktop-environment/hyprland/default.nix index 0a96798..abc8bae 100644 --- a/hm/modules/linux/desktop-environment/hyprland/default.nix +++ b/hm/modules/linux/desktop-environment/hyprland/default.nix @@ -88,10 +88,10 @@ in (pkgs.hyprlandPlugins.hyprscroller.overrideAttrs { version = "0-unstable-2025-03-28"; src = pkgs.fetchFromGitHub { - owner = "dawsers"; + owner = "cpiber"; repo = "hyprscroller"; - rev = "3f86916f3e9a583154b1be0af4e8a1ef1f7435b2"; - hash = "sha256-mgYq3vc4JtIzVuAKTWdALOynImYyNZEXh7tiVPvMZg4="; + rev = "de97924b6d1086d84939b6f6688637f7b21d8d80"; + hash = "sha256-m9689UH+w8Z/qP/DKYtzQfIGfiE4jgBAfO+uH34cfNs="; }; }) ];