buildFHSUserEnv: symlink /etc/nix

this fixes experimental-features option not being available in fhs
and breaking the flakes feature
wip/yesman
Maciej Krüger 3 years ago
parent ad007ce926
commit e41249e466
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
  1. 3
      pkgs/build-support/build-fhs-userenv/env.nix

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

Loading…
Cancel
Save