File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 phpExtensionsName = phpPackage + "Extensions" ;
6969 staticDeployPackage = getEnv "STATIC_DEPLOY_PACKAGE" "pluginWpOrg" ;
7070 wordpressPackage = getEnv "WORDPRESS_PACKAGE" "default" ;
71- staticDeployLib = inputs . static-deploy . lib . ${ system } ;
7271 staticDeployPkgs = inputs . static-deploy . packages . ${ system } ;
7372 staticDeploy = staticDeployPkgs . ${ staticDeployPackage } ;
7473 # Note that /tmp/xd has to be created to receive traces
306305 mkdir -p "$TMPDIR"
307306 echo 'SELECT version();' | mysql -h 127.0.0.1 --port="${ toString dbPort } " --user="${ dbUserName } " --password="${ dbUserPass } " "${ dbName } "
308307 cp -r --no-preserve=mode ${ staticDeployPkgs . composerVendor } /. .
309- cp -r ${ staticDeployLib . staticDeploySrc } /. .
308+ cp -r ${ staticDeployPkgs . pluginDevSrc } /. .
310309 composer dump-autoload
311310 WORDPRESS_DIR="$(realpath ./data/wordpress1)"
312311 export WORDPRESS_DIR
Original file line number Diff line number Diff line change 145145 in
146146 {
147147 checks = { inherit staticDeployCheck ; } ;
148- lib = { inherit staticDeploySrc ; } ;
149148 packages = {
150149 inherit composerVendor staticDeploy ;
151150 plugin = staticDeploy ;
151+ pluginDevSrc = staticDeploySrc ;
152152 pluginGitHubSrc = staticDeployGitHubSrc ;
153153 pluginWpOrg = staticDeployWpOrg ;
154154 pluginWpOrgSrc = staticDeployWpOrgSrc ;
You can’t perform that action at this time.
0 commit comments