Skip to content

Commit

Permalink
We prefer 3.11 instead of 3.12 atm for python due to some breaking ch…
Browse files Browse the repository at this point in the history
…anges
  • Loading branch information
airportyh committed Aug 28, 2024
1 parent 0313955 commit 7413d83
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" "python-3.12" "nodejs-18" "nodejs-20" "docker" "replit" "replit-rtld-loader" ];
dev-module-ids = [ "python-3.10" "python-3.11" "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 7413d83

Please sign in to comment.