about summary refs log tree commit diff
path: root/pkgs/tools/text/dt
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-10 13:48:10 -0400
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-10 19:26:42 +0000
commite0d752c832bc982fa8f2295c15c3f44d75fc8f6a (patch)
treee2b79c145e250e7dea25206983dd56673c9a3f1e /pkgs/tools/text/dt
parentc3107bf191f286685222b30872e8a65b852d93ed (diff)
dt: fix tests
Diffstat (limited to 'pkgs/tools/text/dt')
-rw-r--r--pkgs/tools/text/dt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/dt/default.nix b/pkgs/tools/text/dt/default.nix
index dfe820a6f6cf9..be5a00f3613fd 100644
--- a/pkgs/tools/text/dt/default.nix
+++ b/pkgs/tools/text/dt/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   nativeBuildInputs = [ zig_0_11.hook ];
 
-  passthru.tests.version = testers.testVersion { package = finalAttrs.dt; };
+  passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; };
 
   meta = {
     homepage = "https://dt.plumbing";