Skip to content

Commit

Permalink
Merge pull request #379 from replit/lh-python-3.12
Browse files Browse the repository at this point in the history
Add `python-3.12`
  • Loading branch information
lhchavez authored Jul 29, 2024
2 parents 8b972d6 + 1dbc940 commit b56fc32
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" "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" ];

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

Expand Down

0 comments on commit b56fc32

Please sign in to comment.