Skip to content

Commit

Permalink
chore: shell nix uses latest go version
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Apr 9, 2024
1 parent 7099563 commit cb8cace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgs.mkShell {
# buildInputs is for dependencies you'd need "at run time",
# were you to to use nix-build not nix-shell and build whatever you were working on
buildInputs = [
pkgs.go_1_22
pkgs.go
];

shell = pkgs.zsh;
Expand Down

0 comments on commit cb8cace

Please sign in to comment.