about summary refs log tree commit diff
path: root/humblebundle/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-02-08 17:00:34 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-02-08 22:05:32 +0100
commit44cb15c7c64c17a27f18f61445ac9dc123395f96 (patch)
tree219b6b173329fa46ce7ee4e260bcb2cf6f07f014 /humblebundle/default.nix
parent4655dc8299a6b91744a8c606dea95308388cc158 (diff)
humblebundle: Add Lovers In A Dangerous Spacetime
Yes, they're serious with that name, hence I have abbreviated it to
"liads", so you don't have to type something like this:

nix-build -A humblebundle.lovers-in-a-dangerous-spacetime

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
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 8be6fa16..6c2ea937 100644
--- a/humblebundle/default.nix
+++ b/humblebundle/default.nix
@@ -18,6 +18,7 @@ let
     guacamelee = callPackage_i686 ./guacamelee.nix {};
     hammerwatch = callPackage ./hammerwatch.nix {};
     jamestown = callPackage ./jamestown.nix {};
+    liads = callPackage ./liads.nix {};
     megabytepunch = callPackage ./megabytepunch.nix {};
     rocketbirds = callPackage ./rocketbirds.nix {};
     spaz = callPackage ./spaz.nix {};