adding dev packages for emacs

This commit is contained in:
Andreas Zweili 2022-03-27 14:24:48 +02:00
parent 9607644c1c
commit 293a6d1b67
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@
buildInputs = [
devEnvironment
pkgs.gnumake
pkgs.python39Packages.autopep8
pkgs.python39Packages.black
pkgs.python39Packages.flake8
pkgs.python39Packages.jedi
pkgs.python39Packages.pip
pkgs.python39Packages.yapf
];
shellHook = ''
export DJANGO_SETTINGS_MODULE=network_inventory.settings.local