mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
buildFHSUserEnv: symlink /etc/nix
this fixes experimental-features option not being available in fhs and breaking the flakes feature
This commit is contained in:
parent
ad007ce926
commit
e41249e466
|
@ -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…
Reference in a new issue