about summary refs log tree commit diff
path: root/humblebundle/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-02-08 22:06:10 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-02-08 22:06:10 +0100
commit5570ec94ffe086f1ff47ad99606d39eb7b815dd1 (patch)
tree71cb764b02d41b1438642b226a3e2840e01caaa6 /humblebundle/default.nix
parentdbac077ce8ec5a1cc2ddbc8faf335966255a9504 (diff)
parenteba220a4dcce16d02921b27419f039743f1c088f (diff)
Merge pull request aszlig/nixgames#1 from @layus
This adds Unepic to the humblebundle games list and also fixes Bastion,
or at least it *should* fix Bastion.

I have tested Unepic, though I had to fix the download, which I'm going
to commit later.

As for Bastion, at least with the humblebundle fetcher it's not able to
fetch "bastion_linux" (it doesn't even show up), however on my Humble
library I can see the download (maybe it's because I bought this along
with HIB 5).

Nevertheless, it's at least a small step forward and we need to fix
these issues later.
Diffstat (limited to 'humblebundle/default.nix')
-rw-r--r--humblebundle/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/humblebundle/default.nix b/humblebundle/default.nix
index 6c2ea937..237a5dc6 100644
--- a/humblebundle/default.nix
+++ b/humblebundle/default.nix
@@ -23,6 +23,7 @@ let
     rocketbirds = callPackage ./rocketbirds.nix {};
     spaz = callPackage ./spaz.nix {};
     swordsandsoldiers = callPackage ./swordsandsoldiers.nix {};
+    unepic = callPackage ./unepic.nix {};
   };
 in with lib; {
   options.humblebundle = {