beamPackages.mixRelease: symlink mixFodDeps with MIX_DEPS_PATH

(cherry picked from commit 25a4bf11b3)
This commit is contained in:
Sizhe Zhao
2025-08-18 11:15:44 +08:00
committed by github-actions[bot]
parent 9cb344e96d
commit a9f3c3abbf

View File

@@ -190,7 +190,7 @@ stdenv.mkDerivation (
# Symlink deps to build root. Similar to above, but allows for mixFodDeps
# Phoenix projects to find javascript assets.
${lib.optionalString (mixFodDeps != null) ''
ln -s ../deps ./
ln -s "$MIX_DEPS_PATH" ./deps
''}
runHook postConfigure