nextcloud: add preInstall and postInstall hook calls

This commit is contained in:
Robbert Gurdeep Singh 2021-05-21 10:31:38 +02:00
parent 63542dbf0a
commit fa4aa72508

View file

@ -16,8 +16,10 @@ let
passthru.tests = nixosTests.nextcloud;
installPhase = ''
runHook preInstall
mkdir -p $out/
cp -R . $out/
runHook postInstall
'';
meta = with lib; {