Dev environments for numerous languages based on Nix flakes [maintainer=@lucperkins]
Find a file
2022-07-28 23:20:46 +02:00
gleam Basic repo cleanup 2022-07-28 23:20:46 +02:00
go1.17 Basic repo cleanup 2022-07-28 23:20:46 +02:00
go1.18 Basic repo cleanup 2022-07-28 23:20:46 +02:00
rust Basic repo cleanup 2022-07-28 23:20:46 +02:00
zig Basic repo cleanup 2022-07-28 23:20:46 +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 Basic repo cleanup 2022-07-28 23:20:46 +02:00
README.md Basic repo cleanup 2022-07-28 23:20:46 +02:00

Nix flake templates for easy dev environments

# 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

# Rust
nix flake init --template github:the-nix-way/dev-templates#rust

# Zig
nix flake init --template github:the-nix-way/dev-templates#rust