Skip to content

Instantly share code, notes, and snippets.

@adrianparvino
Last active June 8, 2019 16: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 adrianparvino/222248c3c8046b57168ba364c2c5529f to your computer and use it in GitHub Desktop.
Save adrianparvino/222248c3c8046b57168ba364c2c5529f to your computer and use it in GitHub Desktop.
nix-shell -p '(with import <nixpkgs> { overlays = [ (self: super: { beam = self.lib.recursiveUpdate super.beam { interpreters.erlang = self.beam.interpreters.erlangR21; interpreters.elixir = self.beam.packages.erlang.elixir; packages.erlang = super.beam.packages.erlangR21.extend (self: super: { elixir = super.elixir_1_8; }); }; } )]; }; [ elixir beamPackages.hex ] )'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment