about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2022-05-22T23·51+0200
committerkn <klemens@posteo.de>2022-05-25T20·37+0000
commit45c46d4a73910f4712a687238dbef3ee195e9404 (patch)
tree7ef157ee7009db157f5cd47250d4d56daccc3c16
parent98dbd715fadc89b8445406b956d717466d5175b6 (diff)
feat(ops/modules/open_eid.nix): Add digidoc-tool(1) to PATH r/4114
libdigidocpp is a dependency of qdigidoc4(1) already.

This will need https://github.com/NixOS/nixpkgs/pull/174055
"libdigidocpp: Fix PKCS11 module library path" to work, though.

Change-Id: Ic8d671077977b1d1f099a8b4b23cc537b52aa954
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5647
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r--ops/modules/open_eid.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/modules/open_eid.nix b/ops/modules/open_eid.nix
index 9fd3259331..4a48a09a6c 100644
--- a/ops/modules/open_eid.nix
+++ b/ops/modules/open_eid.nix
@@ -29,6 +29,7 @@ in
   '';
 
   environment.systemPackages = with pkgs; [
+    libdigidocpp # provides digidoc-tool(1)
     qdigidoc
     setup-browser-eid
   ];