Skip to content

Commit 6ca7861

Browse files
committed
downgrade python in nixos
1 parent e8bab05 commit 6ca7861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(pkgs.buildFHSEnv {
33
name = "pipzone";
44
targetPkgs = pkgs: (with pkgs; [
5-
python312
5+
python311
66
python312Packages.pip
77
python312Packages.virtualenv
88
]);

0 commit comments

Comments
 (0)