about summary refs log tree commit diff
path: root/pkgs/profpatsch/default.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-20 18:41:33 +0100
committersternenseemann <sternenseemann@systemli.org>2021-02-25 19:52:33 +0100
commit6bb8608948484f37b6f963219d0e8371c506e01d (patch)
treedcae80070cc36669f80d40297a1b737ad6df7037 /pkgs/profpatsch/default.nix
parentfff161ae7928f73fdd65dafe40e6dc7553e61e65 (diff)
pkgs/profpatsch/nman: unit test testable stuff
This is parsing and rendering of stuff currently mostly, since our main
logic is relatively interwoven with IO stuff (to avoid copying stuff a
lot). This is fine however as the application logic is tested using the
nixos vm test we also have!
Diffstat (limited to 'pkgs/profpatsch/default.nix')
-rw-r--r--pkgs/profpatsch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix
index ff90a05f..0d2a593a 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;
+    inherit writeRustSimpleBin testRustSimple;
     inherit (sternenseemann) temp;
   };
   sfttime = callPackage ./sfttime {};