From 2363a194cdaa16131ecdb43a6d469f8ef068d556 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 19 Apr 2023 01:02:58 +0200 Subject: fix(ops/modules/open_eid): use libdigidocpp.bin nixpkgs commit 134036f642a7f3ba9efeab509727c0989458b02b moved the digidoc-tool binary to the `bin` output, so this wasn't actually providing the digidoc-tool binary anymore. Change-Id: Id5f7cc69d55b7cc058a6361512cc74de0e7bc1b2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8487 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: flokli --- ops/modules/open_eid.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops') diff --git a/ops/modules/open_eid.nix b/ops/modules/open_eid.nix index 4bc35e298c89..a87acae47c0f 100644 --- a/ops/modules/open_eid.nix +++ b/ops/modules/open_eid.nix @@ -30,7 +30,7 @@ in ''; environment.systemPackages = with pkgs; [ - libdigidocpp # provides digidoc-tool(1) + libdigidocpp.bin # provides digidoc-tool(1) qdigidoc setup-browser-eid ]; -- cgit 1.4.1