Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 1s
- Update opencode flake input to v1.1.60 - Add nixpkgs-master input for opencode (needs newer bun) - Re-enable opencode-desktop with workaround for upstream issue #11755 - Add specta/tauri outputHashes for git dependencies - Add .todos/ to gitignore - Update AGENTS.md with td task management instructions
35 lines
353 B
Plaintext
35 lines
353 B
Plaintext
# Nix build outputs
|
|
result
|
|
result-*
|
|
|
|
# Direnv
|
|
.direnv/
|
|
.envrc
|
|
|
|
# Development shells
|
|
shell.nix
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Nix-specific
|
|
.pre-commit-config.yaml
|
|
.envrc.local
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.log
|
|
|
|
# Testing
|
|
test-result/
|
|
|
|
# Local configuration (if you want to keep local overrides)
|
|
local.nix
|
|
flake.lock.bak
|
|
.todos/
|