flake: meta

This commit is contained in:
Zynh Ludwig 2024-12-27 01:50:35 -08:00
parent ea833b39ec
commit 09d7bd25b1

View file

@ -28,4 +28,10 @@ in rustPlatform.buildRustPackage {
openssl
sqlite
];
meta = {
description = "nyazoom";
homepage = "https://nyazoom.zynh.me";
mainProgram = "nyazoom";
};
}