about summary refs log tree commit diff
path: root/pkgs/development/beam-modules/build-mix.nix
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-06-03 21:58:02 +0900
committerRaphael Megzari <raphael@megzari.com>2021-06-03 22:15:31 +0900
commitaf0844c7a2992b7d653a879e1cb1f7257e5957c0 (patch)
treec7df050d37a4517b34b3c6fc76c320d9d48c3096 /pkgs/development/beam-modules/build-mix.nix
parentbd683bb1ef7a96fbf2fb2e7d45e667009bd99791 (diff)
beam: nixpkgs-fmt
Diffstat (limited to 'pkgs/development/beam-modules/build-mix.nix')
-rw-r--r--pkgs/development/beam-modules/build-mix.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/beam-modules/build-mix.nix b/pkgs/development/beam-modules/build-mix.nix
index 7e19f19a093f1..4da627a844ba3 100644
--- a/pkgs/development/beam-modules/build-mix.nix
+++ b/pkgs/development/beam-modules/build-mix.nix
@@ -35,9 +35,7 @@ let
 
     # add to ERL_LIBS so other modules can find at runtime.
     # http://erlang.org/doc/man/code.html#code-path
-    # Mix also searches the code path when compiling with the --no-deps-check
-    # flag, which is why there is no complicated booterstrapper like the one
-    # used by buildRebar3.
+    # Mix also searches the code path when compiling with the --no-deps-check flag
     setupHook = attrs.setupHook or
       writeText "setupHook.sh" ''
       addToSearchPath ERL_LIBS "$1/lib/erlang/lib"