]> Git — Sourcephile - julm/julm-nix.git/blob - nixpkgs/overlays/podl.nix
podl: add HTML support
[julm/julm-nix.git] / nixpkgs / overlays / podl.nix
1 self: super: {
2 podl = super.writeShellScriptBin "podl" ''
3 PATH=${with self; lib.makeBinPath [
4 coreutils utillinux findutils gnugrep gnused
5 curl aria2 yt-dlp xmlstarlet file
6 ]}
7 ${builtins.readFile ./podl.sh}
8 '';
9 }