From 6bb8608948484f37b6f963219d0e8371c506e01d Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Sat, 20 Feb 2021 18:41:33 +0100 Subject: 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! --- pkgs/profpatsch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/profpatsch/default.nix') 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 {}; -- cgit 1.4.1