Skip to content

Commit

Permalink
Add nix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
expelledboy committed May 18, 2023
1 parent 631adf3 commit 9fade7c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dotenv_if_exists
use_nix
12 changes: 12 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{ pkgs ? import <nixpkgs> { } }:

pkgs.mkShell {
buildInputs = with pkgs; [
just
bats
rebar3
erlang
erlang-ls
];
}

0 comments on commit 9fade7c

Please sign in to comment.