diff options
author | Alan Pearce | 2024-09-27 14:33:16 +1200 |
---|---|---|
committer | Alan Pearce | 2024-09-27 14:33:16 +1200 |
commit | 0933709f3d385270be76124c08298682ef4671af (patch) | |
tree | 7e29dafd9dca0d8be1922d5b31b5bf1c190c7c73 | |
parent | 36ca9d7c0cf75941c5244223aa37e04ba4f23545 (diff) | |
download | website-0933709f3d385270be76124c08298682ef4671af.tar.lz website-0933709f3d385270be76124c08298682ef4671af.tar.zst website-0933709f3d385270be76124c08298682ef4671af.zip |
update CI shell specification
-rw-r--r-- | ci.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci.nix b/ci.nix index 33b514d..1fb3e9a 100644 --- a/ci.nix +++ b/ci.nix @@ -7,7 +7,7 @@ }: pkgs.mkShell { packages = with pkgs; [ - go + go_1_23 templ hyperlink just |