nix-install
Installation
SKILL.md
Nix Install
Install the Nix package manager and prepare it for development use. Handles platform detection, installer selection, installation, post-install verification, and flake enablement.
What this skill does
- Detects the platform (OS, distro, WSL2, container).
- Checks for an existing Nix installation.
- Selects an installer (Determinate Systems or upstream nixos.org).
- Installs Nix using the appropriate command for the platform.
- Verifies the installation, daemon, and flake support.