init
This commit is contained in:
12
nix/devshell.nix
Normal file
12
nix/devshell.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{pkgs, ...}: {
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
duckdb
|
||||
air
|
||||
# OSINT tools
|
||||
ghunt
|
||||
sherlock
|
||||
holehe
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user