Update plugin definition

This commit is contained in:
Invariantspace 2023-11-09 16:22:14 -08:00
parent 69de97b39e
commit f528a8f4f0
5 changed files with 68 additions and 36 deletions

View file

@ -6,9 +6,9 @@ pkgs.stdenv.mkDerivation {
inherit name;
src = inputs.${name};
installPhase = ''
runHook preInstall
runHook preInstall
mkdir -p $out/
cp -r yorha-${resolution}/* $out/
cp -r yorha-${resolution}/* $out/
runHook postInstall
'';
}