project-rucert/flake.nix
2025-09-18 09:50:16 +07:00

9 lines
152 B
Nix

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