diff --git a/pkgs/default.nix b/pkgs/default.nix index a1276bf..69d4274 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -20,20 +20,6 @@ in withBDplus = true; }; - # TODO: Remove when swaynotificationcenter ≥ 0.5 is in nixpkgs - swaynotificationcenter = prev.swaynotificationcenter.overrideAttrs (o: o // rec { - version = "0.5"; - - src = prev.fetchFromGitHub { - owner = "ErikReider"; - repo = "SwayNotificationCenter"; - rev = "v${version}"; - sha256 = "sha256-Jjbr6GJ0MHlO+T/simPNYQnB5b7Cr85j4GRjRGa5B6s="; - }; - - nativeBuildInputs = o.nativeBuildInputs ++ [ prev.scdoc ]; - }); - # adapted from https://github.com/NixOS/nixpkgs/pull/85790 # TODO: Remove when memtest86+ ≥ 5.31b is in nixpkgs memtest86plus = prev.memtest86plus.overrideAttrs (o: o // rec {