Skip to content

Commit 1101fb5

Browse files
beamPackages.mixRelease: symlink mixFodDeps with MIX_DEPS_PATH (#434632)
2 parents da65032 + 25a4bf1 commit 1101fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/beam-modules/mix-release.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ stdenv.mkDerivation (
190190
# Symlink deps to build root. Similar to above, but allows for mixFodDeps
191191
# Phoenix projects to find javascript assets.
192192
${lib.optionalString (mixFodDeps != null) ''
193-
ln -s ../deps ./
193+
ln -s "$MIX_DEPS_PATH" ./deps
194194
''}
195195
196196
runHook postConfigure

0 commit comments

Comments
 (0)