photoncloud-monorepo/.gitignore
centra 59e4114434 fix(nix): Apply package overlay to node configurations
- Add self.overlays.default to node01/02/03 configurations
- Makes service packages (chainfire-server, flaredb-server, etc.) available to NixOS modules
- Fixes "chainfire-server package not found" error during nixos-anywhere deployment

Root cause: NixOS modules reference pkgs.chainfire-server but packages were not in pkgs scope
Solution: Apply overlay that injects flake packages into nixpkgs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-12 08:39:19 +09:00

41 lines
341 B
Text

# Claude Code
.cccc/
# Rust
target/
**/*.rs.bk
# Note: Cargo.lock IS tracked for reproducible Nix builds
# Nix
result
result-*
# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Environment
.env
.env.local
.env.*.local
# Temporary files
*.tmp
*.bak