Add more vscode extensions & nix-direnv
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user