Skip to content

Commit

Permalink
try tweaking erlang version
Browse files Browse the repository at this point in the history
  • Loading branch information
ProducerMatt committed Jun 16, 2024
1 parent b075cb7 commit ee68c6a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
let
erl = with pkgs; beam.packages.erlang_26;

# define packages to install with special handling for OSX
inputs = [
elixir
elixir-ls
libyaml
libyaml.dev
erl.elixir_1_16
erl.elixir-ls
pkgs.libyaml
pkgs.libyaml.dev
];

# define shell startup command
Expand All @@ -24,7 +25,7 @@ let
#alias pip="PIP_PREFIX='$(pwd)/_build/pip_packages' \pip"
#export PYTHONPATH="$(pwd)/_build/pip_packages/lib/python3.7/site-packages:$PYTHONPATH"

in mkShell {
in pkgs.mkShell {
buildInputs = inputs;
shellHook = hooks;
}

0 comments on commit ee68c6a

Please sign in to comment.