From 623a7b2cb043d45a2cfba2b03f9aba5a1849d57c Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Tue, 27 Aug 2024 19:33:38 -0700 Subject: [PATCH] dev-module-ids: add ruby Why === * some of our tests use Ruby What changed === * add ruby to the dev-module-ids Test plan === * `nix build .#bundle-squashfs` builds --- pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index b45630cc..d1560057 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -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; };