lots of stuff
This commit is contained in:
parent
30bd03615f
commit
1ed9ce6864
30 changed files with 223 additions and 159 deletions
|
@ -5,7 +5,7 @@
|
|||
symlinkJoin {
|
||||
name = "gamesand";
|
||||
paths = [
|
||||
((steamPackages.steam-fhsenv-without-steam.override
|
||||
(steamPackages.steam-fhsenv-without-steam.override
|
||||
{
|
||||
extraBwrapArgs = [
|
||||
"--ro-bind ./files /game/files"
|
||||
|
@ -15,7 +15,7 @@ symlinkJoin {
|
|||
"--cap-add ALL"
|
||||
];
|
||||
})
|
||||
.run)
|
||||
.run
|
||||
];
|
||||
postBuild = ''
|
||||
mv $out/bin/steam-run $out/bin/gamesand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue