modemmanager-1-18: useless to check build
[julm/julm-nix.git] / nixpkgs / overlays / podl.nix
index 44f9e9b517d2d7cbb2dfd98954596e4412a77ce0..d95c262f6b9910a46d2a2a72bd71b6fb93686362 100644 (file)
@@ -1,8 +1,8 @@
 self: super: {
   podl = super.writeShellScriptBin "podl" ''
     PATH=${with self; lib.makeBinPath [
-      coreutils utillinux findutils gnugrep gnused
-      curl aria2 yt-dlp xmlstarlet
+      coreutils util-linux findutils gnugrep gnused
+      curl aria2 yt-dlp xmlstarlet file
     ]}
     ${builtins.readFile ./podl.sh}
   '';