about summary refs log tree commit diff
path: root/pkgs/sternenseemann/default.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-14 15:24:49 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-14 15:26:57 +0100
commita424084668d2c182049160f4da1fc24f63e3b84a (patch)
treee64317cefa9b8aa2bbafba010d515f464006c594 /pkgs/sternenseemann/default.nix
parent2c6c013291932e4d82712b4672e3958b52563634 (diff)
pkgs/sternenseemann/temp: test using testRustSimple
This means we don't need the -common machinery anymore and can remove
the -tests attribute altogether.
Diffstat (limited to 'pkgs/sternenseemann/default.nix')
-rw-r--r--pkgs/sternenseemann/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/sternenseemann/default.nix b/pkgs/sternenseemann/default.nix
index 8ee48ce5..c41cb3fa 100644
--- a/pkgs/sternenseemann/default.nix
+++ b/pkgs/sternenseemann/default.nix
@@ -36,6 +36,7 @@ let
   rust = callPackage ./rust {
     inherit (profpatsch)
       writeRustSimpleLib
+      testRustSimple
       ;
   };
 
@@ -83,7 +84,6 @@ lib.fix (self: {
 
   inherit (rust)
     temp
-    temp-tests
     ;
 
   # don't bother hydra with trivial text substitution