chore: move poetry scripts to poetry directory

This commit is contained in:
Kierán Meinhardt
2020-03-03 15:15:55 +01:00
parent 253d09cebc
commit 5be327ba1f
4 changed files with 12 additions and 6 deletions

4
shell.nix Normal file
View File

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