An open API service indexing awesome lists of open source software.

https://github.com/rakshans1/elixir-starter

Elixir with Nix
https://github.com/rakshans1/elixir-starter

elixir nix

Last synced: over 1 year ago
JSON representation

Elixir with Nix

Awesome Lists containing this project

README

          

# Elixir Starter

## 🏗️ Prerequisites

- [nix](https://nix.dev/tutorials/install-nix)
- [direnv](https://direnv.net/docs/installation.html)

Setup direnv with [shell](https://direnv.net/docs/hook.html)

Run `direnv allow`

```
Elixir: 1.18.1
OTP: 27
```

`nix flake show https://github.com/rakshans1/elixir-starter`

```
github:rakshans1/elixir-starter/0acf13f351f2de2c44eb0690c9824f8ac3776ad1
└───devShells
├───aarch64-darwin
│ └───default: development environment 'nix-shell'
├───aarch64-linux
│ └───default: development environment 'nix-shell'
├───x86_64-darwin
│ └───default: development environment 'nix-shell'
└───x86_64-linux
└───default: development environment 'nix-shell'
```