From 2af3b6a0891d18f2a07f36e54e61047e57e31d32 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 24 Nov 2017 02:24:57 +0100 Subject: games/invisigun-heroes: Add missing sandbox path For replays and custom phrases, Invisigun Heroes writes them to "$HOME/Invisigun Heroes", so we need to bind-mount that directory to the chroot as well. Signed-off-by: aszlig Cc: @Profpatsch --- pkgs/games/itch/invisigun-heroes.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/games/itch/invisigun-heroes.nix b/pkgs/games/itch/invisigun-heroes.nix index 62a9b981..f7e96cf2 100644 --- a/pkgs/games/itch/invisigun-heroes.nix +++ b/pkgs/games/itch/invisigun-heroes.nix @@ -13,4 +13,6 @@ buildUnity rec { version = "v${version}"; sha256 = "149g3bsgyqal3m1h2rh5h0m3dc39ky5n81y8plx3xg9r2b1sfhsn"; }; + + sandbox.paths.required = [ "$HOME/Invisigun Heroes" ]; } -- cgit 1.4.1