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