289 B
289 B
Nix flake templates for easy dev environments
# 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