build-mix: partially revert nixpkgs#25655

This commit is contained in:
Yorick van Pelt
2019-07-16 11:06:56 +02:00
parent 407a106cdc
commit 662fcf6a40
+1 -1
View File
@@ -63,7 +63,7 @@ let
export MIX_ENV=prod
export MIX_NO_DEPS=1
mix compile ${debugInfoFlag}
mix compile ${debugInfoFlag} --no-deps-check
runHook postBuild
''