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
|
# 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…
x
Reference in New Issue
Block a user