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
commit da9400512d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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