From f8840f988b0498d76779ebfedf421a2efb45691b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Fri, 9 Sep 2022 19:53:38 +0100 Subject: [PATCH] remove distphase --- akkoma/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/akkoma/default.nix b/akkoma/default.nix index 7cab667..91ffc4c 100644 --- a/akkoma/default.nix +++ b/akkoma/default.nix @@ -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}";