forked from mirrors/nixpkgs
steam-run: inherit bwrap namespace settings
This commit is contained in:
parent
721ea006a8
commit
c44acaaceb
|
@ -295,6 +295,8 @@ in buildFHSUserEnv rec {
|
|||
targetPkgs = commonTargetPkgs;
|
||||
inherit multiPkgs extraBuildCommands;
|
||||
|
||||
inherit unshareIpc unsharePid;
|
||||
|
||||
runScript = writeScript "steam-run" ''
|
||||
#!${runtimeShell}
|
||||
run="$1"
|
||||
|
|
Loading…
Reference in a new issue