about summary refs log tree commit diff
path: root/humblebundle/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'humblebundle/default.nix')
-rw-r--r--humblebundle/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/humblebundle/default.nix b/humblebundle/default.nix
index 953f3481..8be6fa16 100644
--- a/humblebundle/default.nix
+++ b/humblebundle/default.nix
@@ -5,6 +5,7 @@ let
 
   self = rec {
     callPackage = pkgs.lib.callPackageWith (pkgs // self);
+    callPackage_i686 = pkgs.lib.callPackageWith (pkgs.pkgsi686Linux // self);
 
     fetchHumbleBundle = callPackage ./fetch-humble-bundle {
       inherit (config.humblebundle) email password;
@@ -14,6 +15,7 @@ let
     cavestoryplus = callPackage ./cavestoryplus.nix {};
     fez = callPackage ./fez.nix {};
     ftl = callPackage ./ftl.nix {};
+    guacamelee = callPackage_i686 ./guacamelee.nix {};
     hammerwatch = callPackage ./hammerwatch.nix {};
     jamestown = callPackage ./jamestown.nix {};
     megabytepunch = callPackage ./megabytepunch.nix {};