Merge commit '3dfc37f1bb'

This commit is contained in:
Andreas Zweili 2022-03-20 14:40:21 +01:00
commit 95f240e415
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 = ''