mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
treewide: fix deadnix errors
This commit is contained in:
parent
a36dccb271
commit
46881de8eb
59 changed files with 70 additions and 93 deletions
|
@ -1,9 +1,9 @@
|
|||
# overlays for nixpkgs
|
||||
self: super:
|
||||
_self: _super:
|
||||
{
|
||||
# freshrss = super.freshrss.overrideAttrs (old: {
|
||||
# freshrss = _super.freshrss.overrideAttrs (old: {
|
||||
# version = "1.21.0";
|
||||
# src = super.fetchFromGitHub {
|
||||
# src = _super.fetchFromGitHub {
|
||||
# owner = "FreshRSS";
|
||||
# repo = "FreshRSS";
|
||||
# rev = "1.21.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue