missing semicolon error

This commit is contained in:
Gregory Bednov 2025-01-06 17:20:06 +03:00 committed by GitHub
commit 7aa9b046af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ mireapython = pkgs.python3.withPackages (ps: with ps; [
django-annoying
django-simple-captcha
ultralytics
]))
]));
in {
packages.x86_64-linux.mireapython = mireapython;