diff options
author | Alan Pearce | 2024-10-23 15:39:29 +0200 |
---|---|---|
committer | Alan Pearce | 2024-10-23 15:39:29 +0200 |
commit | 2a2327b6a59343270c54162c2583011df9979023 (patch) | |
tree | 3d473bf0eb71657b6344f1a2a090f5f5657cefbe /shell.nix | |
parent | 7d69702fdfe5de3f18f85c2eb8ee810e9bbca330 (diff) | |
download | website-2a2327b6a59343270c54162c2583011df9979023.tar.lz website-2a2327b6a59343270c54162c2583011df9979023.tar.zst website-2a2327b6a59343270c54162c2583011df9979023.zip |
Revert "update go to 1.23"
This reverts commit fd8fff31addcffa064693d561122253b49ac478c.
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 5ccedea..4b62685 100644 --- a/shell.nix +++ b/shell.nix @@ -11,7 +11,7 @@ in pkgs.mkShell { inherit (pre-commit-check) shellHook; packages = with pkgs; [ - go_1_23 + go npins gopls go-licenses |