2 Commits
Author SHA1 Message Date
kolaente 59a707a493 chore(devenv): provide go 1.27.0 and golangci-lint 2.13.0 in dev shell
nixos-unstable still ships go 1.27rc3 and golangci-lint 2.12.2, so:
- switch nixpkgs-unstable input to nixos-unstable-small (has go 1.27.0)
- pin languages.go to go_1_27
- build golangci-lint 2.13.0 from source with buildGo127Module
- skip go-tools (staticcheck) tests, which panic when rebuilt with go 1.27

All three workarounds are commented for later removal.
2026-08-20 10:48:47 +02:00
kolaente 4b18d08993 chore(dev): move devcontainer config to .devcontainer/ directory
Newer devenv generates the devcontainer config at .devcontainer/devcontainer.json
instead of the legacy root-level .devcontainer.json, which left an untracked
duplicate. Track the new path so regeneration is a no-op.
2026-06-27 14:25:45 +02:00