about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-04-26 22:29:35 +0200
committerProfpatsch <mail@profpatsch.de>2017-04-26 22:32:31 +0200
commit1fcecd0b9d6424f32f304c4fda0598894aac2011 (patch)
tree56ca03f1f950974746720975cc1d13edd16af476 /pkgs/games/humblebundle/default.nix
parent83cde9698284e8f75ac046af8a65be9ae1a99d92 (diff)
pkgs/games: add antichamber
Written by @aszlig.
Diffstat (limited to 'pkgs/games/humblebundle/default.nix')
-rw-r--r--pkgs/games/humblebundle/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/humblebundle/default.nix b/pkgs/games/humblebundle/default.nix
index e1c7c0e1..5850bce6 100644
--- a/pkgs/games/humblebundle/default.nix
+++ b/pkgs/games/humblebundle/default.nix
@@ -11,6 +11,7 @@ let
       inherit (config.humblebundle) email password;
     };
 
+    antichamber = callPackage_i686 ./antichamber.nix { };
     bastion = callPackage ./bastion.nix {};
     brigador = callPackage ./brigador.nix {};
     cavestoryplus = callPackage ./cavestoryplus.nix {};