buildFHSUserEnv: symlink /etc/nix

this fixes experimental-features option not being available in fhs
and breaking the flakes feature
This commit is contained in:
Maciej Krüger 2021-02-25 20:34:17 +01:00
parent ad007ce926
commit e41249e466
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

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