https://github.com/cor/flake-templates
Rust & Svelte flake templates
https://github.com/cor/flake-templates
nix rust svelte
Last synced: 12 months ago
JSON representation
Rust & Svelte flake templates
- Host: GitHub
- URL: https://github.com/cor/flake-templates
- Owner: cor
- Created: 2022-11-11T11:26:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T19:14:32.000Z (about 2 years ago)
- Last Synced: 2025-06-11T11:12:17.322Z (12 months ago)
- Topics: nix, rust, svelte
- Language: Nix
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flake-templates
Templates that can be used with the [Nix](https://nixos.org) Flakes system.
## Rust
```sh
mkdir my-project
nix flake init --refresh -t github:cor/flake-templates\#rust
```
[Read the full Rust instructions here](./rust.md)
## Svelte
```sh
mkdir my-project
nix flake init --refresh -t github:cor/flake-templates\#svelte
```
[Read the full Svelte instructions here](./svelte.md)
## Other
To see which templates are defined by this repository, run
```sh
nix flake show github:cor/flake-templates
```