feat(glance): add nixpkgs rss feed.

This commit is contained in:
CronyAkatsuki 2025-10-07 11:16:13 +02:00
parent 9f2cd61c3c
commit 0637c11f05

View file

@ -23,6 +23,17 @@
"theprimeagen"
];
}
{
type = "rss";
title = "Rss Feeds";
cache = "1h";
feeds = [
{
url = "https://github.com/NixOS/nixpkgs/commits/nixpkgs-unstable.atom";
title = "Nixpkgs Unstable";
}
];
}
];
}
{