nixpkgs/pkgs/build-support/build-fhs-userenv-bubblewrap
Maximilian Bosch f3f82d8330
steam: fix /etc/resolv.conf reference in FHS env
It seems as if it's a problem if `/etc/resolv.conf` is a symlink to
`/run/systemd/resolve/stub-resolv.conf` which is the case when using
`systemd-resolved.service`:

    bwrap: Can't bind mount /oldroot/etc/resolv.conf on /newroot/etc/resolv.conf: Unable to mount source on destination: No such file or directory

I confirmed that by following the symlink of `/etc/resolv.conf`
(pointing to `/run/systemd/resolve/stub-resolv.conf`) with `readlink -f`
the issues are all gone.
2021-12-25 19:32:52 +01:00
..
default.nix steam: fix /etc/resolv.conf reference in FHS env 2021-12-25 19:32:52 +01:00
env.nix buildFHSUserEnv: Allow having custom /opt in the FHS environment 2021-06-27 08:33:51 +02:00