From fcdeb8c4a927a2812215c1f7b6c187fbbc9ca4e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Fri, 9 Sep 2022 15:53:35 +0100 Subject: [PATCH] only install the frontend --- akkoma/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/akkoma/default.nix b/akkoma/default.nix index 5d01d2f..e55d2b5 100644 --- a/akkoma/default.nix +++ b/akkoma/default.nix @@ -178,6 +178,7 @@ akkoma-fe = mkYarnPackage rec { sed -i 's/.*git rev-parse.*//' build/webpack.prod.conf.js ''; buildPhase = "yarn build --offline"; + installPhase = "cp -rv deps/pleroma-fe/dist $out"; }; akkoma-admin-src = applyPatches { name = "akkoma-admin-fe-src-${inputs.akkoma-admin-fe.lastModifiedDate}";