nextcloud: add recognize app

based on PR: https://github.com/NixOS/nixpkgs/pull/333545
This commit is contained in:
teutat3s 2024-12-16 18:58:15 +01:00
parent 475af2f82f
commit 6cbad3c51b
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
3 changed files with 6 additions and 2 deletions

View file

@ -73,7 +73,6 @@
overlays = [ inputs.agenix.overlays.default ];
};
unstable = import inputs.unstable { inherit system; };
master = import inputs.master { inherit system; };
};
checks =

View file

@ -132,7 +132,11 @@
};
caching.redis = true;
autoUpdateApps.enable = true;
appstoreEnable = true;
autoUpdateApps.enable = false;
extraApps = {
inherit (pkgs.nextcloud29Packages.apps) recognize;
};
database.createLocally = true;
};

View file

@ -12,6 +12,7 @@
unstable = import inputs.unstable { system = prev.system; };
in
{
nextcloud29Packages = unstable.nextcloud29Packages;
element-themes = prev.callPackage ./pkgs/element-themes { inherit (inputs) element-themes; };
element-stickerpicker = prev.callPackage ./pkgs/element-stickerpicker {
inherit (inputs) element-stickers maunium-stickerpicker;