feat(glance): add nixpkgs rss feed.
This commit is contained in:
parent
9f2cd61c3c
commit
0637c11f05
1 changed files with 11 additions and 0 deletions
|
|
@ -23,6 +23,17 @@
|
||||||
"theprimeagen"
|
"theprimeagen"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
type = "rss";
|
||||||
|
title = "Rss Feeds";
|
||||||
|
cache = "1h";
|
||||||
|
feeds = [
|
||||||
|
{
|
||||||
|
url = "https://github.com/NixOS/nixpkgs/commits/nixpkgs-unstable.atom";
|
||||||
|
title = "Nixpkgs Unstable";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue