Web eID: Difference between revisions

Klinger (talk | contribs)
m Remove unnecessary `with pkgs;`
Line 80: Line 80:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
   environment.systemPackages = with pkgs; [
   environment.systemPackages = [
     # Wrapper script to tell to Chrome/Chromium to use p11-kit-proxy to load
     # Wrapper script to tell to Chrome/Chromium to use p11-kit-proxy to load
     # security devices, so they can be used for TLS client auth.
     # security devices, so they can be used for TLS client auth.