horoscope: add

This commit is contained in:
2023-02-24 21:51:04 +01:00
parent 0317be2c49
commit 79bffac7f9
5 changed files with 341 additions and 0 deletions

4
horoscope/default.nix Normal file
View File

@@ -0,0 +1,4 @@
{poetry2nix}:
poetry2nix.mkPoetryApplication {
projectDir = ./.;
}