mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
13 lines
324 B
Nix
13 lines
324 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=";
|
|
# };
|
|
# });
|
|
}
|