Dev environments for numerous languages based on Nix flakes [maintainer=@lucperkins]
Find a file
Luc Perkins d2436a8bbd
update
2022-07-29 02:05:50 +02:00
dhall update 2022-07-29 02:05:50 +02:00
elixir update 2022-07-29 02:05:50 +02:00
gleam update 2022-07-29 02:05:50 +02:00
go1.17 update 2022-07-29 02:05:50 +02:00
go1.18 update 2022-07-29 02:05:50 +02:00
java update 2022-07-29 02:05:50 +02:00
kotlin update 2022-07-29 02:05:50 +02:00
nix update 2022-07-29 02:05:50 +02:00
node update 2022-07-29 02:05:50 +02:00
rust update 2022-07-29 02:05:50 +02:00
scala update 2022-07-29 02:05:50 +02:00
zig update 2022-07-29 02:05:50 +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 Fix issue in template path 2022-07-29 01:59:25 +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