diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix index 4b62685..5ccedea 100644 --- a/shell.nix +++ b/shell.nix @@ -11,7 +11,7 @@ in pkgs.mkShell { inherit (pre-commit-check) shellHook; packages = with pkgs; [ - go + go_1_23 npins gopls go-licenses |