Skip to content

Commit

Permalink
Add python-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lhchavez committed Jul 29, 2024
1 parent 8b972d6 commit 1dbc940
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 1dbc940

Please sign in to comment.