flake: meta
This commit is contained in:
parent
ea833b39ec
commit
09d7bd25b1
1 changed files with 6 additions and 0 deletions
|
@ -28,4 +28,10 @@ in rustPlatform.buildRustPackage {
|
||||||
openssl
|
openssl
|
||||||
sqlite
|
sqlite
|
||||||
];
|
];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "nyazoom";
|
||||||
|
homepage = "https://nyazoom.zynh.me";
|
||||||
|
mainProgram = "nyazoom";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue