fixes for nix
This commit is contained in:
parent
4c1d9baa41
commit
455e89bb84
5 changed files with 89 additions and 680 deletions
|
|
@ -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 ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue