3 lines
70 B
Nix
3 lines
70 B
Nix
|
{ writeText, ... }:
|
||
|
writeText "cac.pem" (builtins.readFile ./cac.pem)
|