Merge pull request #114400 from mkg20001/fhs-etc-nix

buildFHSUserEnv: symlink /etc/nix
This commit is contained in:
Maciej Krüger
2021-04-19 14:34:47 +02:00
committed by GitHub
@@ -81,6 +81,9 @@ let
# compatibility with NixOS
ln -s /host/etc/static static
# symlink nix config
ln -s /host/etc/nix nix
# symlink some NSS stuff
ln -s /host/etc/passwd passwd
ln -s /host/etc/group group