From 9405f0c18ace1c0fb3f1b1b7b63ba9d4b487457c Mon Sep 17 00:00:00 2001 From: Travis Staton Date: Mon, 18 Mar 2024 22:02:20 -0400 Subject: [PATCH] init script bash --- sd-image/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd-image/default.nix b/sd-image/default.nix index c14e50b..52016a2 100644 --- a/sd-image/default.nix +++ b/sd-image/default.nix @@ -44,7 +44,7 @@ else '' mkdir -p ./files/sbin content="$( - echo "#!${config.system.build.toplevel.pkgs.bashInteractive}/bin/bash" + echo "#!${pkgs.bash}/bin/bash" echo "exec ${config.system.build.toplevel}/init" )" echo "$content" > ./files/sbin/init