sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
aubergine: nginx: enable
[julm/julm-nix.git]
/
nixpkgs
/
overlays
/
podl.nix
1
self: super: {
2
podl = super.writeShellScriptBin "podl" ''
3
PATH=${with self; lib.makeBinPath [
4
coreutils util-linux findutils gnugrep gnused
5
curl aria2 yt-dlp xmlstarlet file
6
]}
7
${builtins.readFile ./podl.sh}
8
'';
9
}