Skip to content

Instantly share code, notes, and snippets.

@jD91mZM2

jD91mZM2/- Secret

Created May 28, 2018 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jD91mZM2/47160d008e14f3463cb31432a2bb0581 to your computer and use it in GitHub Desktop.
Save jD91mZM2/47160d008e14f3463cb31432a2bb0581 to your computer and use it in GitHub Desktop.
{ lib, pkgs, ... }:
{
nixpkgs.overlays = [(super: self: {
tt-rss = super.tt-rss.overrideAttrs (oldAttrs: {
src = [
oldAttrs.src
(super.fetchFromGitHub {
owner = "levito";
repo = "tt-rss-feedly-theme";
rev = "cb8908af8dd23091e3f435c17069657c61537c1f";
sha256 = "";
})
];
});
})];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment