Skip to content

Commit 4f47fa2

Browse files
authored
add ruby, go, and node22 to dev bunndle (#462)
2 parents 617bba2 + 23106d8 commit 4f47fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let
77
revstring_long = self.rev or "dirty";
88
revstring = builtins.substring 0 7 revstring_long;
99

10-
dev-module-ids = [ "python-3.10" "python-3.11" "nodejs-18" "nodejs-20" "docker" "replit" "replit-rtld-loader" "ruby" "postgresql-16" ];
10+
dev-module-ids = [ "python-3.10" "python-3.11" "nodejs-18" "nodejs-20" "nodejs-22" "go-1.21" "docker" "replit" "replit-rtld-loader" "ruby" "ruby-3.2" "postgresql-16" ];
1111

1212
mkPhonyOCI = pkgs.callPackage ./mk-phony-oci { ztoc-rs = self.inputs.ztoc-rs.packages.x86_64-linux.default; };
1313

0 commit comments

Comments
 (0)