Skip to content

Commit

Permalink
chore(overlay): remove fuzzel
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Apr 21, 2024
1 parent ec60734 commit 95b06db
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions exprs/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,4 @@ final: prev: {
wine-discord-ipc-bridge = prev.callPackage ./wine-discord-ipc-bridge.nix {
inherit (prev.pkgsCross.mingw32) stdenv;
};

fuzzel = prev.fuzzel.overrideAttrs (_: rec {
version = "1.10.2";

src = prev.fetchFromGitea {
domain = "codeberg.org";
owner = "dnkl";
repo = "fuzzel";
rev = version;
hash = "sha256-I+h93/I1Kra2S5QSi2XgICAVrcUmO9cmb8UttVuzjwg=";
};
});
}

0 comments on commit 95b06db

Please sign in to comment.