Skip to content

Commit

Permalink
dev-module-ids: add ruby
Browse files Browse the repository at this point in the history
Why
===
* some of our tests use Ruby

What changed
===
* add ruby to the dev-module-ids

Test plan
===
* `nix build .#bundle-squashfs` builds
  • Loading branch information
ryantm committed Aug 28, 2024
1 parent 0313955 commit 623a7b2
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 623a7b2

Please sign in to comment.