nixos/systemd-initrd: Fix fsck.xfs failing due to missing sh (#420745)

This commit is contained in:
Florian Klink
2025-06-30 16:00:10 +03:00
committed by GitHub
+1 -1
View File
@@ -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"