We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db9bbbc + b3bc39c commit 7781a5cCopy full SHA for 7781a5c
1 file changed
flake.nix
@@ -17,6 +17,8 @@
17
golangci-lint
18
];
19
20
+ env.GOROOT = "${pkgs.go_1_25}/share/go";
21
+
22
shellHook = ''
23
echo "claws dev env - Go $(go version | cut -d' ' -f3)"
24
'';
0 commit comments