Skip to content

Commit 785e966

Browse files
committed
Revert "Bump go in shell.nix"
This reverts commit 63deaef.
1 parent 63deaef commit 785e966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs, scriptDir }:
22
with pkgs;
33
let
4-
go = pkgs.go_1_23;
4+
go = pkgs.go_1_21;
55
postgresql = postgresql_15;
66
nodejs = nodejs-18_x;
77
nodePackages = pkgs.nodePackages.override { inherit nodejs; };

0 commit comments

Comments
 (0)