mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #145258 from Ma27/steam-resolv-conf-override
steam: fix `/etc/resolv.conf` reference in FHS env
This commit is contained in:
commit
f76bef6136
@ -71,7 +71,7 @@ let
|
|||||||
"pki"
|
"pki"
|
||||||
];
|
];
|
||||||
in concatStringsSep "\n "
|
in concatStringsSep "\n "
|
||||||
(map (file: "--ro-bind-try /etc/${file} /etc/${file}") files);
|
(map (file: "--ro-bind-try $(${coreutils}/bin/readlink -f /etc/${file}) /etc/${file}") files);
|
||||||
|
|
||||||
# Create this on the fly instead of linking from /nix
|
# Create this on the fly instead of linking from /nix
|
||||||
# The container might have to modify it and re-run ldconfig if there are
|
# The container might have to modify it and re-run ldconfig if there are
|
||||||
|
Loading…
Reference in New Issue
Block a user