Skip to content

Commit 1342d48

Browse files
authored
Add golang back to nix dev environment and pin v1.23 (#33275)
1 parent 3b839f8 commit 1342d48

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+5
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,14 @@
2929
poetry
3030

3131
# backend
32+
go_1_23
3233
gofumpt
3334
sqlite
3435
];
36+
shellHook = ''
37+
export GO="${pkgs.go_1_23}/bin/go"
38+
export GOROOT="${pkgs.go_1_23}/share/go"
39+
'';
3540
};
3641
}
3742
);

0 commit comments

Comments
 (0)