4 lines
141 B
Nix
4 lines
141 B
Nix
|
{ pkgs, ... }: {
|
||
|
privatevoid-smart-card-ca-bundle = pkgs.callPackage ./data/privatevoid-smart-card-certificate-authority-bundle.nix { };
|
||
|
}
|