mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
steam: fixed "/etc/NIXOS" bind failing
This commit is contained in:
parent
1a3ed96b26
commit
23f8ab036c
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ in buildFHSEnv rec {
|
|||
'' + args.extraPreBwrapCmds or "";
|
||||
|
||||
extraBwrapArgs = [
|
||||
"--bind /etc/NIXOS /etc/NIXOS" # required 32bit driver check in runScript
|
||||
"--bind-try /etc/NIXOS /etc/NIXOS" # required 32bit driver check in runScript
|
||||
"--bind-try /tmp/dumps /tmp/dumps"
|
||||
] ++ args.extraBwrapArgs or [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue