nixos/nextcloud: build with-apps local
This commit is contained in:
parent
ed4db9c6c7
commit
907b5ebcee
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
webroot = pkgs.runCommand
|
webroot = pkgs.runCommandLocal
|
||||||
"${cfg.package.name or "nextcloud"}-with-apps"
|
"${cfg.package.name or "nextcloud"}-with-apps"
|
||||||
{ }
|
{ }
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue