first commit

This commit is contained in:
emptyynes 2025-09-18 09:50:16 +07:00
commit b3d3c853b8
3 changed files with 16482 additions and 0 deletions

9
flake.nix Normal file
View file

@ -0,0 +1,9 @@
{
description = "List of domain names that has Russian certificates.";
inputs = {};
outputs = { self, ... }: {
list = import ./result.nix;
};
}