diff --git a/services/podgrab.nix b/services/podgrab.nix index 47b0b73..7926fc2 100644 --- a/services/podgrab.nix +++ b/services/podgrab.nix @@ -1,6 +1,4 @@ -# A simple podcast fetcher. See [1] -# -# [1]: https://github.com/NixOS/nixpkgs/pull/106008 +# A simple podcast fetcher { config, lib, pkgs, ... }: let cfg = config.my.services.podgrab;