first commit
This commit is contained in:
commit
b3d3c853b8
3 changed files with 16482 additions and 0 deletions
9
flake.nix
Normal file
9
flake.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
description = "List of domain names that has Russian certificates.";
|
||||
|
||||
inputs = {};
|
||||
|
||||
outputs = { self, ... }: {
|
||||
list = import ./result.nix;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue