fixes for nix

This commit is contained in:
Henry Hiles 2025-11-06 22:04:18 -05:00
commit 455e89bb84
No known key found for this signature in database
5 changed files with 89 additions and 680 deletions

View file

@ -33,15 +33,14 @@
version = "1.0.0";
src = ./.;
dartConfigHook = "packageRun build_runner build";
pubspecLock = lib.importJSON ./pubspec.lock.json;
preInstall = "set -x";
meta = {
homepage = "https://git.federated.nexus/Henry-Hiles/nexusbot";
description = "A bot to automate the sign-up process for Federated Nexus.";
mainProgram = "nexusbot";
homepage = "https://git.federated.nexus/Henry-Hiles/cozybot";
description = "A bot to automate records for CozyP.";
mainProgram = "cozybot";
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.quadradical ];
};