Skip to content

Commit

Permalink
Merge pull request #385 from replit/rtm-08-27-add-ruby
Browse files Browse the repository at this point in the history
dev-module-ids: add ruby
  • Loading branch information
ryantm authored Aug 28, 2024
2 parents 0313955 + 623a7b2 commit bfa1376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
revstring_long = self.rev or "dirty";
revstring = builtins.substring 0 7 revstring_long;

dev-module-ids = [ "python-3.10" "python-3.12" "nodejs-18" "nodejs-20" "docker" "replit" "replit-rtld-loader" ];
dev-module-ids = [ "python-3.10" "python-3.12" "nodejs-18" "nodejs-20" "docker" "replit" "replit-rtld-loader" "ruby" ];

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

Expand Down

0 comments on commit bfa1376

Please sign in to comment.