about summary refs log tree commit diff
path: root/pkgs/games/itch
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2017-11-24 02:24:57 +0100
committeraszlig <aszlig@nix.build>2017-11-24 02:27:12 +0100
commit2af3b6a0891d18f2a07f36e54e61047e57e31d32 (patch)
tree959a44094c9f0c2183f019cf1fb2a1f98569bb70 /pkgs/games/itch
parent01ac59b192251f75508eb23fd9d4e05e5a2b01eb (diff)
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 <aszlig@nix.build>
Cc: @Profpatsch
Diffstat (limited to 'pkgs/games/itch')
-rw-r--r--pkgs/games/itch/invisigun-heroes.nix2
1 files changed, 2 insertions, 0 deletions
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" ];
 }