implement minimal NIF to create and read from a TUN device
This commit is contained in:
parent
72a4f2ff8f
commit
7b4d355d1a
12 changed files with 963 additions and 1 deletions
|
|
@ -19,9 +19,16 @@
|
|||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
ERL_AFLAGS = "-kernel shell_history enabled";
|
||||
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib";
|
||||
buildInputs = with pkgs; [
|
||||
llvmPackages.clang
|
||||
];
|
||||
packages = with pkgs; [
|
||||
elixir
|
||||
elixir-ls
|
||||
cargo
|
||||
rust-analyzer
|
||||
rustc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue