Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobr authored May 9, 2024
1 parent 615e7e8 commit 7a74e85
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 7a74e85

Please sign in to comment.