mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/systemd-stage-1: explicitly add pkgs.runtimeShell dependency
Because it's no longer pkgs.bash (which is interactive), and can be something else on other platforms anyway.
This commit is contained in:
parent
41f5306e10
commit
daadcbdaac
1 changed files with 3 additions and 1 deletions
|
@ -538,7 +538,9 @@ in
|
|||
"${cfg.package.util-linux}/bin/umount"
|
||||
"${cfg.package.util-linux}/bin/sulogin"
|
||||
|
||||
# required for script services, and some tools like xfs still want the sh symlink
|
||||
# required for services generated with writeShellScript and friends
|
||||
pkgs.runtimeShell
|
||||
# some tools like xfs still want the sh symlink
|
||||
"${pkgs.bash}/bin"
|
||||
|
||||
# so NSS can look up usernames
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue