From 45c46d4a73910f4712a687238dbef3ee195e9404 Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Mon, 23 May 2022 01:51:18 +0200 Subject: feat(ops/modules/open_eid.nix): Add digidoc-tool(1) to PATH 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 Reviewed-by: tazjin --- ops/modules/open_eid.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; -- cgit 1.4.1