dev-templates/README.md

40 lines
950 B
Markdown
Raw Normal View History

2022-07-12 01:17:54 +02:00
# Nix flake templates for easy dev environments
```shell
2022-07-29 00:29:33 +02:00
# Dhall
nix flake init --template github:the-nix-way/dev-templates#dhall
# Elixir
nix flake init --template github:the-nix-way/dev-templates#elixir
2022-07-28 23:20:46 +02:00
# Gleam
nix flake init --template github:the-nix-way/dev-templates#gleam
2022-07-12 01:17:54 +02:00
# Go 1.17
2022-07-12 02:07:56 +02:00
nix flake init --template github:the-nix-way/dev-templates#go_1_17
2022-07-12 01:17:54 +02:00
# Go 1.18
2022-07-12 02:07:56 +02:00
nix flake init --template github:the-nix-way/dev-templates#go_1_18
2022-07-16 16:48:23 +02:00
2022-07-28 23:42:40 +02:00
# Java
nix flake init --template github:the-nix-way/dev-templates#java
2022-07-29 01:21:18 +02:00
# Kotlin
nix flake init --template github:the-nix-way/dev-templates#kotlin
2022-07-29 00:07:43 +02:00
# Nix
nix flake init --template github:the-nix-way/dev-templates#nix
2022-07-28 23:37:55 +02:00
# Node.js
nix flake init --template github:the-nix-way/dev-templates#node
2022-07-16 16:48:23 +02:00
# Rust
nix flake init --template github:the-nix-way/dev-templates#rust
2022-07-28 23:20:46 +02:00
2022-07-28 23:54:27 +02:00
# Scala
nix flake init --template github:the-nix-way/dev-templates#scala
2022-07-28 23:20:46 +02:00
# Zig
2022-07-28 23:54:27 +02:00
nix flake init --template github:the-nix-way/dev-templates#zig
2022-07-12 01:17:54 +02:00
```