about summary refs log tree commit diff
path: root/pkgs/sternenseemann/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-04-23 17:51:12 +0200
committerProfpatsch <mail@profpatsch.de>2021-04-23 17:51:12 +0200
commita3bc43ce06d132453f1f3de3e395b8cda19a3fc9 (patch)
treef3ccd282c17c5c3ae35c0749752e346814d76d28 /pkgs/sternenseemann/default.nix
parent1fe6dfaf8332462e5b1d75f60d7317050eee88bf (diff)
pkgs/profpatsch/write-rust: alwyas run tests by default
testRustSimple wouldn’t work with all the rust functions, so let’s
just use it internally and expose the tests via the conventional
`doCheck` attribute instead.
Diffstat (limited to 'pkgs/sternenseemann/default.nix')
-rw-r--r--pkgs/sternenseemann/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/sternenseemann/default.nix b/pkgs/sternenseemann/default.nix
index 1a348a08..2b4e4888 100644
--- a/pkgs/sternenseemann/default.nix
+++ b/pkgs/sternenseemann/default.nix
@@ -37,7 +37,6 @@ let
     inherit (profpatsch)
       writeRustSimpleBin
       writeRustSimpleLib
-      testRustSimple
       ;
   };