Skip to content

Instantly share code, notes, and snippets.

@101v
Created October 31, 2022 11:13
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 101v/eb3664b0adcca8232921be65800f192a to your computer and use it in GitHub Desktop.
Save 101v/eb3664b0adcca8232921be65800f192a to your computer and use it in GitHub Desktop.
shell.nix for elixir
{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