37 lines
874 B
Markdown
37 lines
874 B
Markdown
# Nix flake templates for easy dev environments
|
|
|
|
```shell
|
|
# Dhall
|
|
nix flake init --template github:the-nix-way/dev-templates#dhall
|
|
|
|
# Elixir
|
|
nix flake init --template github:the-nix-way/dev-templates#elixir
|
|
|
|
# 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
|
|
|
|
# Java
|
|
nix flake init --template github:the-nix-way/dev-templates#java
|
|
|
|
# Nix
|
|
nix flake init --template github:the-nix-way/dev-templates#nix
|
|
|
|
# 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
|
|
|
|
# Scala
|
|
nix flake init --template github:the-nix-way/dev-templates#scala
|
|
|
|
# Zig
|
|
nix flake init --template github:the-nix-way/dev-templates#zig
|
|
```
|