summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-01-21 01:46:46 +0100
committertv <tv@krebsco.de>2026-01-21 01:46:46 +0100
commitf9253df83653caf3dca5298b1ba3ded0e34cc2e8 (patch)
treeb0e56779a97106a2bbdfb567f3b6d552498fb83e
parent5a444a8213f8339f878fcdc4cd2e13541a882322 (diff)
htgen: bash -> busybox sh
-rw-r--r--krebs/5pkgs/simple/htgen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/htgen/default.nix b/krebs/5pkgs/simple/htgen/default.nix
index c2c8ef50c..945801bfe 100644
--- a/krebs/5pkgs/simple/htgen/default.nix
+++ b/krebs/5pkgs/simple/htgen/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/bin
{
- echo '#! ${pkgs.bash}/bin/bash'
+ echo '#! ${pkgs.busybox}/bin/sh'
echo 'export PATH=${lib.makeBinPath [
pkgs.coreutils
pkgs.jq