Created
October 31, 2022 11:13
-
-
Save 101v/eb3664b0adcca8232921be65800f192a to your computer and use it in GitHub Desktop.
shell.nix for elixir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{pkgs ? import <nixpkgs> {}}: | |
pkgs.mkShell { | |
buildInputs = with pkgs; [ | |
elixir | |
nodejs | |
pgcli | |
]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment