Skip to content

Commit 8f7625a

Browse files
committed
Set up shell for Go 1.24 development
1 parent f0c572d commit 8f7625a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
];
3939
};
4040
go = pkgs.go_1_24;
41+
inherit (pkgs) gopls gotools;
4142
};
4243
packages.dockerEnv = pkgs.buildEnv {
4344
name = "gotk4-docker-env";

0 commit comments

Comments
 (0)