Dev environments for numerous languages based on Nix flakes [maintainer=@lucperkins]
Find a file
2022-07-29 01:34:22 +02:00
dhall More JDK specificity 2022-07-29 01:34:22 +02:00
elixir More JDK specificity 2022-07-29 01:34:22 +02:00
gleam More JDK specificity 2022-07-29 01:34:22 +02:00
go1.17 More JDK specificity 2022-07-29 01:34:22 +02:00
go1.18 More JDK specificity 2022-07-29 01:34:22 +02:00
java More JDK specificity 2022-07-29 01:34:22 +02:00
kotlin More JDK specificity 2022-07-29 01:34:22 +02:00
nix More JDK specificity 2022-07-29 01:34:22 +02:00
node More JDK specificity 2022-07-29 01:34:22 +02:00
rust More JDK specificity 2022-07-29 01:34:22 +02:00
scala More JDK specificity 2022-07-29 01:34:22 +02:00
zig More JDK specificity 2022-07-29 01:34:22 +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