freshrss: cleanup + runHook

This commit is contained in:
Felix Buehler 2023-12-09 23:08:35 +01:00
parent 462cf3b848
commit 303c78a655

View File

@ -3,7 +3,6 @@
, fetchFromGitHub
, nixosTests
, php
, pkgs
}:
stdenvNoCC.mkDerivation rec {
@ -31,8 +30,10 @@ stdenvNoCC.mkDerivation rec {
'';
installPhase = ''
runHook preInstall
mkdir -p $out
cp -vr * $out/
runHook postInstall
'';
meta = with lib; {