bash: fix zfs-mount failures
[julm/julm-nix.git] / nixpkgs / overlays / podl.nix
index f7116c3240c0586a3ffcb54b93df8ad3277bd329..d95c262f6b9910a46d2a2a72bd71b6fb93686362 100644 (file)
@@ -1,7 +1,7 @@
 self: super: {
   podl = super.writeShellScriptBin "podl" ''
     PATH=${with self; lib.makeBinPath [
-      coreutils utillinux findutils gnugrep gnused
+      coreutils util-linux findutils gnugrep gnused
       curl aria2 yt-dlp xmlstarlet file
     ]}
     ${builtins.readFile ./podl.sh}