Add more vscode extensions & nix-direnv

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-10-01 19:20:05 +04:00
parent 940210f0df
commit 9e44cbde1e
7 changed files with 76 additions and 19 deletions

View File

@@ -1,6 +1,16 @@
{ pkgs, ... }:
pkgs.mkShell {
packages = with pkgs; [ python3 ];
packages = with pkgs; [
(python3.withPackages (
python-pkgs: with python-pkgs; [
pip
numpy
pandas
python-dotenv
requests
]
))
];
shellHook = ''
exec $SHELL