about summary refs log tree commit diff
path: root/pkgs/games/itch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/itch/default.nix')
-rw-r--r--pkgs/games/itch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/itch/default.nix b/pkgs/games/itch/default.nix
index 34ffc6ed..cae4b99f 100644
--- a/pkgs/games/itch/default.nix
+++ b/pkgs/games/itch/default.nix
@@ -12,6 +12,7 @@ let
     };
 
     invisigun-heroes = callPackage ./invisigun-heroes.nix {};
+    towerfall-ascension = callPackage ./towerfall-ascension.nix {};
   };
 in {
   options.itch.apiKey = lib.mkOption {