about summary refs log tree commit diff
path: root/pkgs/games/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-08-25 22:35:28 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-08-25 22:35:28 +0200
commit490b4b47733a25dd953fc4d3326294c65a35b1e4 (patch)
treef31d71a7055c927b81e196551d2ff7d803957575 /pkgs/games/default.nix
parentcab045f4f50a3e80eedbdf8953e10cd53f029b43 (diff)
pkgs/games: Add Invisigun Heroes
This introduces support for fetching games from itch.io, because the
Humble Bundle version unfortunately only provides a Steam key and we
obviously don't want that.

I only played two levels, but so far it works as intended.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/games/default.nix')
-rw-r--r--pkgs/games/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/default.nix b/pkgs/games/default.nix
index 27682563..9222be86 100644
--- a/pkgs/games/default.nix
+++ b/pkgs/games/default.nix
@@ -20,7 +20,7 @@ let
 in (pkgs.lib.evalModules {
   modules = [
     (if config == null then configFilePath else config)
-    ./base-module.nix ./humblebundle ./steam
+    ./base-module.nix ./humblebundle ./steam ./itch
     { config._module.args.pkgs = pkgs; }
   ];
 }).config.packages