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
- Host: GitHub
- URL: https://github.com/rakshans1/elixir-starter
- Owner: rakshans1
- Created: 2022-07-09T07:45:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T14:34:51.000Z (over 1 year ago)
- Last Synced: 2025-02-27T20:24:27.022Z (over 1 year ago)
- Topics: elixir, nix
- Language: Nix
- Homepage: https://rakshanshetty.in/setup-elixir-with-nix
- Size: 24.4 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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'
```