Skip to content

Commit 7781a5c

Browse files
authored
Merge pull request #160 from clawscli/develop
chore(nix): set GOROOT to prevent system Go mismatch
2 parents db9bbbc + b3bc39c commit 7781a5c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
golangci-lint
1818
];
1919

20+
env.GOROOT = "${pkgs.go_1_25}/share/go";
21+
2022
shellHook = ''
2123
echo "claws dev env - Go $(go version | cut -d' ' -f3)"
2224
'';

0 commit comments

Comments
 (0)