We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63deaef commit 785e966Copy full SHA for 785e966
shell.nix
@@ -1,7 +1,7 @@
1
{ pkgs, scriptDir }:
2
with pkgs;
3
let
4
- go = pkgs.go_1_23;
+ go = pkgs.go_1_21;
5
postgresql = postgresql_15;
6
nodejs = nodejs-18_x;
7
nodePackages = pkgs.nodePackages.override { inherit nodejs; };
0 commit comments