Skip to content

Implement nix checkArgs and Windows registry settings#1

Merged
atomikpanda merged 1 commit intomainfrom
atomikpanda/verify-cli-gaps
Mar 19, 2026
Merged

Implement nix checkArgs and Windows registry settings#1
atomikpanda merged 1 commit intomainfrom
atomikpanda/verify-cli-gaps

Conversation

@atomikpanda
Copy link
Copy Markdown
Owner

Summary

  • Added nix-env check command to enable idempotent package installation for nix
  • Implemented Windows registry settings via reg add, converting Go types to appropriate registry types (REG_DWORD, REG_SZ)
  • Added comprehensive tests for both features

Test Plan

  • All 13 packages pass with race detector: go test -race ./...
  • New tests verify nix checkArgs and Windows registry type mapping
  • Existing tests updated to reflect nix now having a check command

Co-Authored-By: Claude Haiku 4.5 noreply@anthropic.com

- Add nix-env check command for idempotent nix package installation
- Implement Windows registry settings via reg add command
- Convert Go types to Windows registry types (REG_DWORD, REG_SZ)
- Update tests to verify both implementations

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@atomikpanda atomikpanda merged commit 5651d06 into main Mar 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant