Add python to devshell

This commit is contained in:
Andreas Zweili 2023-09-27 19:48:30 +02:00
parent bfb78ae3cb
commit 6f1998a7a3
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
devShells.default = pkgs.mkShell {
buildInputs = [
pkgs.poetry
pkgs.python310
pkgs.overmind
pkgs.postgresql_15
(pkgs.writeScriptBin "dev" "${builtins.readFile ./dev.sh}")