Files
Miguel Palhas 817c2f4f5e
CI / lint (push) Failing after 1m52s
CI / eval (push) Failing after 2m38s
System tweaks, gitea CI, boot limit
- nix: keep-outputs + keep-derivations (preserve devshells across GC)
- zramSwap + fstrim
- systemd-boot configurationLimit = 20
- expand .gitignore (editor/AI/stray dotfiles); track statix.toml
- gitea Actions CI: blocking flake-check eval + informational statix/deadnix/nixfmt

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-27 18:52:20 +01:00

24 lines
306 B
Plaintext

# nix build artifacts
result
result-*
# editor / IDE
.idea/
.vscode/
# AI tooling working dirs (not config)
.claude/agents/
.claude/commands/
.claude/hooks/
.mcp.json
# stray shell/git dotfiles that land in the repo root
.bash_profile
.bashrc
.profile
.zprofile
.zshrc
.gitconfig
.gitmodules
.ripgreprc