dotfiles/AGENTS.md
2026-01-30 18:19:43 +01:00

14 lines
388 B
Markdown

# Agent Instructions
## Nix/Darwin Rebuilds
**IMPORTANT**: When making changes to Nix configuration files (e.g., `nixos/home/danny/home.nix`, `nixos/flake.nix`, etc.), **always ask the user to rebuild** before assuming packages are available.
To rebuild:
```bash
cd ~/dotfiles/nixos
darwin-rebuild switch --flake .
```
Do not automatically run rebuild commands - ask the user first.