about summary refs log tree commit diff
path: root/pkgs/games/build-support/build-sandbox/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/build-game: Introduce buildSandboxaszlig2017-10-031-0/+60
So far creating the sandbox has been a setup hook, however it's a bit ugly how we gathered the needed paths for the chroot file system by recursively searching for store paths. While I'd like to have the sandbox being built within the main derivation, it really isn't very practical when the build takes longer than 10 minutes. With this implementation however the sandbox builds really fast and we can also modify the sandbox without needing to rebuild a particular game. Signed-off-by: aszlig <aszlig@redmoonstudios.org>