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