Merge pull request #114400 from mkg20001/fhs-etc-nix
buildFHSUserEnv: symlink /etc/nix
This commit is contained in:
commit
da9400512d
|
@ -81,6 +81,9 @@ let
|
||||||
# compatibility with NixOS
|
# compatibility with NixOS
|
||||||
ln -s /host/etc/static static
|
ln -s /host/etc/static static
|
||||||
|
|
||||||
|
# symlink nix config
|
||||||
|
ln -s /host/etc/nix nix
|
||||||
|
|
||||||
# symlink some NSS stuff
|
# symlink some NSS stuff
|
||||||
ln -s /host/etc/passwd passwd
|
ln -s /host/etc/passwd passwd
|
||||||
ln -s /host/etc/group group
|
ln -s /host/etc/group group
|
||||||
|
|
Loading…
Reference in New Issue