track tuhmayto xhamster activity
This commit is contained in:
14
tuhmayto/shell.nix
Normal file
14
tuhmayto/shell.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
sqlite
|
||||
(python3.withPackages (ps: [
|
||||
ps.beautifulsoup4
|
||||
ps.requests
|
||||
ps.matplotlib
|
||||
]))
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user