Dev environments for numerous languages based on Nix flakes [maintainer=@lucperkins]
Find a file
2022-07-29 01:21:18 +02:00
dhall format and update 2022-07-29 01:21:18 +02:00
elixir format and update 2022-07-29 01:21:18 +02:00
gleam format and update 2022-07-29 01:21:18 +02:00
go1.17 format and update 2022-07-29 01:21:18 +02:00
go1.18 format and update 2022-07-29 01:21:18 +02:00
java format and update 2022-07-29 01:21:18 +02:00
kotlin format and update 2022-07-29 01:21:18 +02:00
nix format and update 2022-07-29 01:21:18 +02:00
node format and update 2022-07-29 01:21:18 +02:00
rust format and update 2022-07-29 01:21:18 +02:00
scala format and update 2022-07-29 01:21:18 +02:00
zig format and update 2022-07-29 01:21:18 +02:00
.editorconfig Add editorconfig file 2022-07-12 02:01:42 +02:00
.envrc Add helper scripts via Nix 2022-07-29 00:42:22 +02:00
.gitignore Basic repo cleanup 2022-07-28 23:20:46 +02:00
flake.lock Add helper scripts via Nix 2022-07-29 00:42:22 +02:00
flake.nix format and update 2022-07-29 01:21:18 +02:00
README.md format and update 2022-07-29 01:21:18 +02:00

Nix flake templates for easy dev environments

# 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

# Kotlin
nix flake init --template github:the-nix-way/dev-templates#kotlin

# 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