nix-flakes
Installation
SKILL.md
Nix Flakes
Modern Nix project management with hermeticity through flake.lock. Every dependency is locked to a specific revision for reproducibility.
Project Setup
Initialize a new flake:
nix flake init # Basic flake in current directory
nix flake new hello -t templates#hello # From template
Manage dependencies: