mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-08 19:37:02 +00:00
stage-2-init: Use the host bash as SHELL
This commit is contained in:
parent
897b7c7e9b
commit
948e290895
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ let
|
||||||
bootStage2 = pkgs.substituteAll {
|
bootStage2 = pkgs.substituteAll {
|
||||||
src = ./stage-2-init.sh;
|
src = ./stage-2-init.sh;
|
||||||
shellDebug = "${pkgs.bashInteractive}/bin/bash";
|
shellDebug = "${pkgs.bashInteractive}/bin/bash";
|
||||||
|
shell = "${pkgs.bash}/bin/bash";
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
inherit (config.nix) readOnlyStore;
|
inherit (config.nix) readOnlyStore;
|
||||||
inherit (config.networking) useHostResolvConf;
|
inherit (config.networking) useHostResolvConf;
|
||||||
|
|
Loading…
Add table
Reference in a new issue