@jaspermayone.com's dotfiles

wut patch and claude settings

+10 -1
+4
configs/claude/settings.json
··· 6 6 "commit": "", 7 7 "pr": "" 8 8 }, 9 + "teammateMode": "in-process", 10 + "env": { 11 + "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" 12 + }, 9 13 "includeCoAuthoredBy": false, 10 14 "enabledPlugins": { 11 15 "feature-dev@claude-plugins-official": true,
+6 -1
packages/wut.nix
··· 15 15 hash = "sha256-HQ/UmVVurP3N/dfXZO7j8d8PlZxceYTz5h0NKMcc2Gw="; 16 16 }; 17 17 18 - vendorHash = "sha256-lIRqcB0iEgzx+yLLy1i4T1s1w6AV4lTjW+b9sJKCr5s="; # Placeholder - will be updated by build 18 + vendorHash = "sha256-lIRqcB0iEgzx+yLLy1i4T1s1w6AV4lTjW+b9sJKCr5s="; 19 + 20 + # Override to allow Go to download required toolchain 21 + preBuild = '' 22 + export GOTOOLCHAIN=auto 23 + ''; 19 24 20 25 ldflags = [ 21 26 "-s"