From 110ab1a7944406281e9e4d9ce01d88d5ed664768 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 11 Jan 2023 16:20:53 +0000 Subject: [PATCH] feeds: fix snowden to not be a podcast --- hosts/common/feeds.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 05e232b5..5823dce7 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -12,6 +12,8 @@ let tech = { cat = "tech"; }; uncat = { cat = "uncat"; }; + text = { format = "text"; }; + mkRss = format: url: { inherit url format; } // uncat // infrequent; # format-specific helpers mkText = mkRss "text"; @@ -118,7 +120,7 @@ let (mkText "https://pomeroyb.com/feed.xml" // tech // infrequent) # (TECH; POL) COMMENTATORS - (fromDb "edwardsnowden.substack.com" // pol) + (fromDb "edwardsnowden.substack.com" // pol // text) (mkText "http://benjaminrosshoffman.com/feed" // pol // weekly) ## Ben Thompson (mkText "https://www.stratechery.com/rss" // pol // weekly)