move rebar3-nix-bootstrap to rebar3

This moves rebar3-nix-bootstrap from its own repository to rebar3. Its a
single file and this vastly reduces the complexity of making changes.
This commit is contained in:
Eric Merritt
2016-04-15 11:06:57 -07:00
parent 2d6d9682bb
commit 383626b9d7
5 changed files with 264 additions and 29 deletions

View File

@@ -48,7 +48,7 @@ let
configurePhase = ''
runHook preConfigure
rebar3-nix-bootstrap
${erlang}/bin/escript ${rebar3.bootstrapper}
runHook postConfigure
'';