Dev environments for numerous languages based on Nix flakes [maintainer=@lucperkins]
| gleam | ||
| go1.17 | ||
| go1.18 | ||
| node | ||
| rust | ||
| zig | ||
| .editorconfig | ||
| .gitignore | ||
| flake.nix | ||
| README.md | ||
Nix flake templates for easy dev environments
# Gleam
nix flake init --template github:the-nix-way/dev-templates#gleam
# Go 1.17
nix flake init --template github:the-nix-way/dev-templates#go_1_17
# Go 1.18
nix flake init --template github:the-nix-way/dev-templates#go_1_18
# Node.js
nix flake init --template github:the-nix-way/dev-templates#node
# Rust
nix flake init --template github:the-nix-way/dev-templates#rust
# Zig
nix flake init --template github:the-nix-way/dev-templates#rust