Add grahamc.com's Nix feed
Graham Christensen committed
Jul 11, 2018 at 13:44 UTC
8d2ee27b4fabf951741b17fa834d8e1551265983
1 file changed
+5
nixos-org/planet-feeds.nix
+5
@@ -77,4 +77,9 @@
77
feedUrl = "https://matthewbauer.us/blog/feed.xml";
78
homepageUrl = "https://matthewbauer.us/blog/";
79
}
80
+ {
81
+ name = "Graham Christensen";
82
+ feedUrl = "https://grahamc.com/feed/nix.xml";
83
+ homepageUrl = "https://grahamc.com/";
84
+ }
85
]