remove distphase

This commit is contained in:
Charlotte 🦝 Delenk 2022-09-09 19:53:38 +01:00
parent c5f5938b69
commit f8840f988b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -179,6 +179,7 @@ akkoma-fe = mkYarnPackage rec {
'';
buildPhase = "yarn build --offline";
installPhase = "cp -rv deps/pleroma_fe/dist $out";
distPhase = "true";
};
akkoma-admin-src = applyPatches {
name = "akkoma-admin-fe-src-${inputs.akkoma-admin-fe.lastModifiedDate}";