feat: update python template

This commit is contained in:
Moritz Böhme 2023-11-16 15:12:39 +01:00
parent c17d3f21d7
commit fd159af54c
3 changed files with 6 additions and 16 deletions

View file

@ -0,0 +1,5 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [ python3 poetry ];
}