init ghunt

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-11 21:29:59 +02:00
parent a0fceb36df
commit fa58485712
4 changed files with 134 additions and 7 deletions

View File

@@ -35,7 +35,9 @@
dnsutils
maigret
nur-osint.packages.${system}.user-scanner
nur-osint.packages.${system}.gravatar-recon
nur-osint.packages.${system}.github-recon
nur-osint.packages.${system}.ghunt
];
ikyPkg = pkgs.symlinkJoin {
@@ -50,7 +52,7 @@
'';
};
in {
nixosModules.default = import ./nix/module.nix { inherit self; };
nixosModules.default = import ./nix/module.nix {inherit self;};
packages.${system} = {
backend = backendPkg;