2023-08-03 02:26:35 +00:00
|
|
|
inputs: _final: prev: {
|
|
|
|
|
|
|
|
nextcloudApps = {
|
|
|
|
news = prev.fetchNextcloudApp {
|
|
|
|
url = inputs.nextcloud-news.outPath;
|
2023-08-03 02:30:11 +00:00
|
|
|
sha256 = inputs.nextcloud-news.narHash;
|
2023-09-09 21:27:15 +00:00
|
|
|
license = "agpl3Plus";
|
2023-08-03 02:26:35 +00:00
|
|
|
};
|
|
|
|
external = prev.fetchNextcloudApp {
|
|
|
|
url = inputs.nextcloud-external.outPath;
|
2023-08-03 02:30:11 +00:00
|
|
|
sha256 = inputs.nextcloud-external.narHash;
|
2023-09-09 21:27:15 +00:00
|
|
|
license = "agpl3Plus";
|
2023-08-03 02:26:35 +00:00
|
|
|
};
|
|
|
|
cookbook = prev.fetchNextcloudApp {
|
|
|
|
url = inputs.nextcloud-cookbook.outPath;
|
2023-08-03 02:30:11 +00:00
|
|
|
sha256 = inputs.nextcloud-cookbook.narHash;
|
2023-09-09 21:27:15 +00:00
|
|
|
license = "agpl3Plus";
|
2023-08-03 02:26:35 +00:00
|
|
|
};
|
2024-01-21 02:12:57 +00:00
|
|
|
snappymail = prev.fetchNextcloudApp {
|
|
|
|
url = inputs.nextcloud-snappymail.outPath;
|
|
|
|
sha256 = inputs.nextcloud-snappymail.narHash;
|
|
|
|
license = "agpl3Plus";
|
|
|
|
};
|
2023-08-03 02:26:35 +00:00
|
|
|
};
|
|
|
|
}
|