The current install path emphasizes Nix builds from source:
nix build github:HashWarlock/nixosandbox
Run binary from ./result/bin/nixosandbox
The goal is to make install and usage easier for mainstream users and agent runtimes:
- Install through Homebrew without requiring users to build the whole project with Nix.
- Use
nixo as the primary CLI command.
- Keep
nixosandbox as a compatibility alias.
- Provide a cross-agent skill using the Agent Skills standard so any compliant runtime can use the CLI reliably.
The current install path emphasizes Nix builds from source:
nix build github:HashWarlock/nixosandboxRun binary from
./result/bin/nixosandboxThe goal is to make install and usage easier for mainstream users and agent runtimes:
nixoas the primary CLI command.nixosandboxas a compatibility alias.