Skip to content

Instantly share code, notes, and snippets.

@adisbladis
Created July 21, 2019 22:38
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 adisbladis/d35da0f9672ea3e8c2f1d4407b68e3f4 to your computer and use it in GitHub Desktop.
Save adisbladis/d35da0f9672ea3e8c2f1d4407b68e3f4 to your computer and use it in GitHub Desktop.
{ pkgs, ...}:
let
scope = pkgs.newScope {
openssl = pkgs.openssl_1_1;
pkgs = pkgs // { openssl = pkgs.openssl_1_1; };
};
beam = pkgs.beam.override { callPackage = scope; };
in beam.interpreters.erlangR22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment