Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created August 10, 2020 08:29
with import <nixpkgs> {};
with darwin.apple_sdk.frameworks;
stdenv.mkDerivation {
name = "elixir-environment";
strictDeps = true;
nativeBuildInputs = [ beam.packages.erlangR23.elixir nodejs coreutils-prefixed pkgconfig fwup squashfsTools ];
buildInputs = [ CoreFoundation CoreServices ];
NIX_CFLAGS_COMPILE = "-Wimplicit-function-declaration";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment