nixos/overlays/default.nix

14 lines
324 B
Nix
Raw Permalink Normal View History

2023-03-13 22:22:03 +01:00
# overlays for nixpkgs
2023-11-07 22:00:00 +01:00
_self: _super:
2023-01-29 15:21:37 +01:00
{
2023-11-07 22:00:00 +01:00
# freshrss = _super.freshrss.overrideAttrs (old: {
2023-03-13 22:22:03 +01:00
# version = "1.21.0";
2023-11-07 22:00:00 +01:00
# src = _super.fetchFromGitHub {
2023-03-13 22:22:03 +01:00
# owner = "FreshRSS";
# repo = "FreshRSS";
# rev = "1.21.0";
# hash = "sha256-0+fMZ5ps0CkBbS+fcxlYrrkQi28tmrKTyl3kPuofqyI=";
# };
# });
2023-01-29 15:21:37 +01:00
}