mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
nixos/systemd-initrd: Fix fsck.xfs failing due to missing sh (#420745)
This commit is contained in:
commit
d50f788f4d
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ in
|
|||
# required for services generated with writeShellScript and friends
|
||||
pkgs.runtimeShell
|
||||
# some tools like xfs still want the sh symlink
|
||||
"${pkgs.bash}/bin"
|
||||
"${pkgs.bashNonInteractive}/bin"
|
||||
|
||||
# so NSS can look up usernames
|
||||
"${pkgs.glibc}/lib/libnss_files.so.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue