Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 529 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 529 Bytes

flake-templates

Templates that can be used with the Nix Flakes system.

Rust

mkdir my-project
nix flake init --refresh -t github:cor/flake-templates\#rust

Read the full Rust instructions here

Svelte

mkdir my-project
nix flake init --refresh -t github:cor/flake-templates\#svelte

Read the full Svelte instructions here

Other

To see which templates are defined by this repository, run

nix flake show github:cor/flake-templates