9 lines
152 B
Nix
9 lines
152 B
Nix
{
|
|
description = "List of domain names that has Russian certificates.";
|
|
|
|
inputs = {};
|
|
|
|
outputs = { self, ... }: {
|
|
list = import ./result.nix;
|
|
};
|
|
}
|