From 4c9515ceb43f90700d1e376233a6c44ce8a15f11 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 18 May 2021 19:38:38 +0200 Subject: pkgs/profpatsch: init text-letter A simple text letter formatter (A4) for printing. --- pkgs/profpatsch/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/profpatsch/default.nix') diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix index 61530859..732eabc6 100644 --- a/pkgs/profpatsch/default.nix +++ b/pkgs/profpatsch/default.nix @@ -260,6 +260,8 @@ in rec { printenv ; + text-letter = import ./text-letter.nix { inherit pkgs rust-deps writeRustSimple writeExecline getBins; }; + inherit (import ./netencode { inherit pkgs writeRustSimpleLib writeRustSimple el-semicolon el-exec; }) netencode-rs netencode-rs-tests -- cgit 1.4.1