Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created August 10, 2020 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LnL7/a6b9fd70cbc1f3f202b869da0d2c8eb3 to your computer and use it in GitHub Desktop.
Save LnL7/a6b9fd70cbc1f3f202b869da0d2c8eb3 to your computer and use it in GitHub Desktop.
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