Dev environments for numerous languages based on Nix flakes [maintainer=@lucperkins]
Find a file
2022-07-29 00:14:21 +02:00
gleam Reformat and add formatters to nix env 2022-07-29 00:11:05 +02:00
go1.17 Reformat and add formatters to nix env 2022-07-29 00:11:05 +02:00
go1.18 Reformat and add formatters to nix env 2022-07-29 00:11:05 +02:00
java Reformat and add formatters to nix env 2022-07-29 00:11:05 +02:00
nix Fix typos 2022-07-29 00:14:21 +02:00
node Reformat and add formatters to nix env 2022-07-29 00:11:05 +02:00
rust Reformat and add formatters to nix env 2022-07-29 00:11:05 +02:00
scala Fix typos 2022-07-29 00:14:21 +02:00
zig Reformat and add formatters to nix env 2022-07-29 00:11:05 +02:00
.editorconfig Add editorconfig file 2022-07-12 02:01:42 +02:00
.gitignore Basic repo cleanup 2022-07-28 23:20:46 +02:00
flake.nix Fix typos 2022-07-29 00:14:21 +02:00
README.md Add Nix env 2022-07-29 00:07:43 +02:00
update.sh Update flake.lock files and add helper script 2022-07-29 00:02:49 +02:00

Nix flake templates for easy dev environments

# 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