about summary refs log tree commit diff
path: root/pkgs/profpatsch/default.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-14 15:21:18 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-14 15:26:52 +0100
commit2c6c013291932e4d82712b4672e3958b52563634 (patch)
tree6d651b604dde0c3fb00d2b0a15311683cbba4442 /pkgs/profpatsch/default.nix
parent587fcc7b89cda8abbbd1f08722b2b3e1349869c8 (diff)
pkgs/profpatsch: vendor testRustSimple from tvl
testRustSimple builds and runs the tests of a buildRustCrate derivation
automatically using drvSeqL, returning its non-test variant.

Really looking forward to pkgs.tvl :)
Diffstat (limited to 'pkgs/profpatsch/default.nix')
-rw-r--r--pkgs/profpatsch/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix
index 8e8f77e2..063b3acc 100644
--- a/pkgs/profpatsch/default.nix
+++ b/pkgs/profpatsch/default.nix
@@ -162,9 +162,10 @@ in rec {
     ];
   });
 
-  inherit (import ./write-rust.nix { inherit pkgs runExeclineLocal getBins; })
+  inherit (import ./write-rust.nix { inherit pkgs runExeclineLocal getBins drvSeqL; })
     writeRustSimple
     writeRustSimpleLib
+    testRustSimple
     ;
 
   inherit (runExeclineFns)