nixos/overlays/default.nix
2023-03-13 22:22:03 +01:00

13 lines
320 B
Nix

# overlays for nixpkgs
self: super:
{
# freshrss = super.freshrss.overrideAttrs (old: {
# version = "1.21.0";
# src = super.fetchFromGitHub {
# owner = "FreshRSS";
# repo = "FreshRSS";
# rev = "1.21.0";
# hash = "sha256-0+fMZ5ps0CkBbS+fcxlYrrkQi28tmrKTyl3kPuofqyI=";
# };
# });
}