about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/default.nix
diff options
context:
space:
mode:
authorGuillaume Maudoux <layus.on@gmail.com>2018-11-17 23:33:50 +0100
committerGuillaume Maudoux <layus.on@gmail.com>2018-11-17 23:33:50 +0100
commitf224478821f1d025e5e6448d95d12eb0f8a594d2 (patch)
tree7e73cc329e1b1d18614eebe6c877b14219466d1f /pkgs/games/humblebundle/default.nix
parent9afa3656f208842bcae5fc58b15ed7fde562a224 (diff)
add The Bridge
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 77069bb7..c5ec988a 100644
--- a/pkgs/games/humblebundle/default.nix
+++ b/pkgs/games/humblebundle/default.nix
@@ -31,6 +31,7 @@ let
     spaz = callPackage ./spaz.nix {};
     starbound = callPackage ./starbound.nix {};
     swordsandsoldiers = callPackage ./swordsandsoldiers.nix {};
+    the_bridge = callPackage_i686 ./the_bridge.nix {};
     trine2 = callPackage_i686 ./trine2.nix {};
     unepic = callPackage ./unepic.nix {};
   };