nix-flake

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
8
Repository
knoopx/pi
GitHub Stars
59
First Seen
May 18, 2026
nix-flake — knoopx/pi