extend the development environment

This commit is contained in:
Andreas Zweili 2022-03-18 18:06:59 +01:00
parent cd6320bfe7
commit 3dfc37f1bb
3 changed files with 9 additions and 0 deletions

2
.envrc Normal file
View File

@ -0,0 +1,2 @@
use nix
eval "$shellHook"

1
.gitignore vendored
View File

@ -87,3 +87,4 @@ __pycache__/
venv/
nohup.out
result
/.direnv/

View File

@ -5,6 +5,12 @@ pkgs.mkShell {
git
nixFlakes
python3
python39Packages.autopep8
python39Packages.black
python39Packages.flake8
python39Packages.jedi
python39Packages.pip
python39Packages.yapf
];
shellHook = ''