paulperegud / rebar3_nix

Rebar3 plugin to interact with Nix ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rebar3_nix

Nix integration for rebar3

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    { rebar3_nix, ".*", {git, "https://github.com/erlang-nix/rebar3_nix.git", {tag, "v0.1.0"}}}
]}.

Then just call your plugin directly in an existing application:

$ rebar3 nix
===> Fetching rebar3_nix
===> Compiling rebar3_nix
<Plugin Output>

About

Rebar3 plugin to interact with Nix ecosystem

License:Other


Languages

Language:Erlang 95.0%Language:Makefile 4.1%Language:Nix 0.9%