nix-manager
Installation
SKILL.md
Nix Package & Configuration Manager
Comprehensive Nix management following Determinate Systems best practices and this repository's patterns.
Instructions
1. Understand Repository Context
Check current Nix setup:
- Flake location:
/Users/wcygan/Development/dotfiles/flake.nix - Installation script:
scripts/install-packages.sh - Package management:
nix profile(user-scoped, modern approach) - Installer: Determinate Systems installer (macOS/Linux)
- Update mechanism:
make updateornix flake update && nix profile upgrade