about summary refs log tree commit diff
path: root/pkgs/profpatsch/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/profpatsch/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/profpatsch/default.nix')
-rw-r--r--pkgs/profpatsch/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix
index c5f8ed94..61530859 100644
--- a/pkgs/profpatsch/default.nix
+++ b/pkgs/profpatsch/default.nix
@@ -128,7 +128,7 @@ in rec {
   git-commit-index = callPackage ./git-commit-index { inherit script; };
   nix-http-serve = callPackage ./nix-http-serve {};
   nman = callPackage ./nman {
-    inherit writeRustSimpleBin testRustSimple;
+    inherit writeRustSimpleBin;
     inherit (sternenseemann) temp;
   };
   sfttime = callPackage ./sfttime {};
@@ -171,7 +171,6 @@ in rec {
     writeRustSimple
     writeRustSimpleBin
     writeRustSimpleLib
-    testRustSimple
     ;
 
   inherit (runExeclineFns)
@@ -267,7 +266,7 @@ in rec {
     record-get
     ;
 
-  inherit (import ./execline/default.nix { inherit pkgs writeRustSimpleLib testRustSimple rust-deps; })
+  inherit (import ./execline/default.nix { inherit pkgs writeRustSimpleLib rust-deps; })
     el-semicolon
     el-exec
     el-substitute