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:

Installs
58
Repository
knoopx/pi
GitHub Stars
59
First Seen
Jan 24, 2026
nix-flakes — knoopx/pi