1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: astrological info script

This commit is contained in:
2021-11-19 08:09:08 +01:00
parent e27db27fd8
commit 2aff28c6ed
7 changed files with 142 additions and 0 deletions

View File

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