diff options
author | Klemens Nanni <klemens@posteo.de> | 2022-05-22T23·51+0200 |
---|---|---|
committer | kn <klemens@posteo.de> | 2022-05-25T20·37+0000 |
commit | 45c46d4a73910f4712a687238dbef3ee195e9404 (patch) | |
tree | 7ef157ee7009db157f5cd47250d4d56daccc3c16 /ops/modules | |
parent | 98dbd715fadc89b8445406b956d717466d5175b6 (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>
Diffstat (limited to 'ops/modules')
-rw-r--r-- | ops/modules/open_eid.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/modules/open_eid.nix b/ops/modules/open_eid.nix index 9fd325933198..4a48a09a6c9a 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 ]; |