Skip to content

Commit

Permalink
Merge pull request #47 from Hobr/main
Browse files Browse the repository at this point in the history
Golang with specified version
  • Loading branch information
lucperkins authored Jun 22, 2024
2 parents 5b1d326 + 7a74e85 commit 728b39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
devShells = forEachSupportedSystem ({ pkgs }: {
default = pkgs.mkShell {
packages = with pkgs; [
# go 1.22 (specified by overlay)
go_1_22
# go (version is specified by overlay)
go

# goimports, godoc, etc.
gotools
Expand Down

0 comments on commit 728b39b

Please sign in to comment.