Dev environments for numerous languages based on Nix flakes [maintainer=@lucperkins]
Find a file
2022-07-29 02:17:49 +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 Update README to use a table 2022-07-29 02:17:49 +02:00

Nix flake templates for easy dev environments

Language/framework/tool Init command
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