Merge pull request #292825 from SuperSandro2000/nextcloud-with-apps-local

nixos/nextcloud: build with-apps local
This commit is contained in:
Maximilian Bosch 2024-03-02 21:39:36 +00:00 committed by GitHub
commit a9bcd3b8b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ let
};
};
webroot = pkgs.runCommand
webroot = pkgs.runCommandLocal
"${cfg.package.name or "nextcloud"}-with-apps"
{ }
''