nix-prefetch-scripts: use bash without readline

We don't need that here and it reduces closure size.
This commit is contained in:
Sandro Jäckel
2025-12-13 01:08:45 +01:00
parent 56c628813c
commit af254e78b4
@@ -3,7 +3,7 @@
stdenv,
makeWrapper,
buildEnv,
bash,
bashNonInteractive,
breezy,
cacert,
coreutils,
@@ -28,7 +28,7 @@ let
strictDeps = true;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ bash ];
buildInputs = [ bashNonInteractive ];
dontUnpack = true;