feat: update python template
This commit is contained in:
parent
c17d3f21d7
commit
fd159af54c
3 changed files with 6 additions and 16 deletions
5
templates/python/shell.nix
Normal file
5
templates/python/shell.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [ python3 poetry ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue