20ed1909b6d8bd8ecef0a7dba40e6cd439b1bd46
Nix Templates
Usage
nix flake init -t git+https://gitea.susano-homelab.duckdns.org/fujin/templates#rust
Available Templates
- rust: Stable Rust toolchain with
rust-analyzer,clippy,rustfmt, andpre-commithooks. Includes Linux/macOS system dependencies for OpenSSL and Security frameworks.
Requirements
- Nix with
flakesandnix-commandexperimental features enabled. - New files must be added to git (
git add .) for Nix to recognize them.
Development Shell
Once initialized, enter the environment with:
nix develop
Description
Languages
Nix
100%