about summary refs log tree commit diff
path: root/pkgs/games/dwarf-fortress/twbt/default.nix
diff options
context:
space:
mode:
authorMorgan Jones <me@numin.it>2024-04-06 23:30:44 -0700
committerMorgan Jones <me@numin.it>2024-04-11 20:05:50 -0700
commit91899502a0d71109da09dbab9aba7107bb6852cf (patch)
tree9a4e97526e9f6ab31b817c9b10749cf64a886aea /pkgs/games/dwarf-fortress/twbt/default.nix
parente73e6907172af0a041de5e5e2e6694ad159a7b63 (diff)
dwarf-fortress: address code review feedback
Diffstat (limited to 'pkgs/games/dwarf-fortress/twbt/default.nix')
-rw-r--r--pkgs/games/dwarf-fortress/twbt/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/games/dwarf-fortress/twbt/default.nix b/pkgs/games/dwarf-fortress/twbt/default.nix
index 3c582a67770eb..0ccb859b5be32 100644
--- a/pkgs/games/dwarf-fortress/twbt/default.nix
+++ b/pkgs/games/dwarf-fortress/twbt/default.nix
@@ -81,8 +81,12 @@ stdenvNoCC.mkDerivation rec {
     cp -a *.png $art/data/art/
   '';
 
+  passthru = {
+    inherit dfVersion;
+  };
+
   meta = {
-    description = "A plugin for Dwarf Fortress / DFHack that improves various aspects the game interface";
+    description = "A plugin for Dwarf Fortress / DFHack that improves various aspects of the game interface";
     maintainers = with maintainers; [ Baughn numinit ];
     license = licenses.mit;
     platforms = platforms.linux;