Skip to content

Commit b08d795

Browse files
Merge pull request #421 from replit/blast-hardcheese-patch-1
Correctly set the bun 1.0 display version
2 parents b6269d1 + a13470d commit b08d795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/historical-modules/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let
1414
overrides = {
1515
# /nix/store/cvz36f39793v9l361ibfxznjjmk4jpd6-replit-module-bun-1.0
1616
# .runners["package.json"].displayVersion = "1.0.23";
17-
displayVersion = "1";
17+
displayVersion = "1.0.23";
1818
};
1919
}
2020
{

0 commit comments

Comments
 (0)