seekr 0.1.2

Web based all in one OSINT tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  projectRootFile = "flake.nix";
  programs = {
    alejandra.enable = true; # nix
    statix.enable = true; # nix static analysis
    deadnix.enable = true; # find dead nix code
    rustfmt.enable = true; # rust
    shellcheck.enable = true; # bash/shell
    taplo.enable = true; # toml
    yamlfmt.enable = true; # yaml
  };
}