mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
add snappymail to nextcloud
This commit is contained in:
@ -16,6 +16,11 @@ inputs: _final: prev: {
|
||||
sha256 = inputs.nextcloud-cookbook.narHash;
|
||||
license = "agpl3Plus";
|
||||
};
|
||||
snappymail = prev.fetchNextcloudApp {
|
||||
url = inputs.nextcloud-snappymail.outPath;
|
||||
sha256 = inputs.nextcloud-snappymail.narHash;
|
||||
license = "agpl3Plus";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user