Loading pkgs/development/interpreters/ruby/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -216,8 +216,7 @@ let cargoDeps = if yjitSupport then rustPlatform.fetchCargoVendor { inherit (finalAttrs) src; sourceRoot = "${finalAttrs.pname}-${version}/${finalAttrs.cargoRoot}"; inherit (finalAttrs) src cargoRoot; hash = assert cargoHash != null; cargoHash; Loading Loading
pkgs/development/interpreters/ruby/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -216,8 +216,7 @@ let cargoDeps = if yjitSupport then rustPlatform.fetchCargoVendor { inherit (finalAttrs) src; sourceRoot = "${finalAttrs.pname}-${version}/${finalAttrs.cargoRoot}"; inherit (finalAttrs) src cargoRoot; hash = assert cargoHash != null; cargoHash; Loading