discourse: Add update-plugins action to update.py

(cherry picked from commit 3300282db3f8711a5ed5a5f627c4ddfb83168e3b)
This commit is contained in:
talyz
2021-07-15 12:53:59 +00:00
committed by github-actions[bot]
parent d57e97faef
commit 23cdb918f0
2 changed files with 92 additions and 9 deletions
@@ -64,7 +64,6 @@ let
});
in
stdenv.mkDerivation (builtins.removeAttrs args [ "bundlerEnvArgs" ] // {
inherit name pname version src meta;
pluginName = if name != null then name else "${pname}-${version}";
phases = [ "unpackPhase" "installPhase" ];
installPhase = ''