feat(onomastics): web server for geogen

This commit is contained in:
2021-10-12 21:43:24 +02:00
parent 7574090431
commit c553c212ef
9 changed files with 568 additions and 42 deletions

4
onomastics/default.nix Normal file
View File

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