From c5f5938b69c0c4697eec39fdbb1ae66be911177f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Fri, 9 Sep 2022 15:59:05 +0100 Subject: [PATCH] correct spelling --- akkoma/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akkoma/default.nix b/akkoma/default.nix index e55d2b5..7cab667 100644 --- a/akkoma/default.nix +++ b/akkoma/default.nix @@ -178,7 +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"; + installPhase = "cp -rv deps/pleroma_fe/dist $out"; }; akkoma-admin-src = applyPatches { name = "akkoma-admin-fe-src-${inputs.akkoma-admin-fe.lastModifiedDate}";