We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdf4b3 commit e75e3eeCopy full SHA for e75e3ee
shell.nix
@@ -2,11 +2,11 @@
2
(pkgs.buildFHSUserEnv {
3
name = "pipzone";
4
targetPkgs = pkgs: (with pkgs; [
5
- python39
6
- python39Packages.pip
7
- python39Packages.virtualenv
8
- python39Packages.pytest
9
- python39Packages.pyperf
+ python312
+ python312Packages.pip
+ python312Packages.virtualenv
+ python312Packages.pytest
+ python312Packages.pyperf
10
maturin
11
]);
12
runScript = "bash";
0 commit comments