correct spelling
This commit is contained in:
parent
fcdeb8c4a9
commit
c5f5938b69
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ akkoma-fe = mkYarnPackage rec {
|
||||||
sed -i 's/.*git rev-parse.*//' build/webpack.prod.conf.js
|
sed -i 's/.*git rev-parse.*//' build/webpack.prod.conf.js
|
||||||
'';
|
'';
|
||||||
buildPhase = "yarn build --offline";
|
buildPhase = "yarn build --offline";
|
||||||
installPhase = "cp -rv deps/pleroma-fe/dist $out";
|
installPhase = "cp -rv deps/pleroma_fe/dist $out";
|
||||||
};
|
};
|
||||||
akkoma-admin-src = applyPatches {
|
akkoma-admin-src = applyPatches {
|
||||||
name = "akkoma-admin-fe-src-${inputs.akkoma-admin-fe.lastModifiedDate}";
|
name = "akkoma-admin-fe-src-${inputs.akkoma-admin-fe.lastModifiedDate}";
|
||||||
|
|
Reference in a new issue