Revert "Switch default python to use python3Full"
This reverts commit 4dc77fa15e
.
This commit is contained in:
parent
4dc77fa15e
commit
220595235b
|
@ -104,8 +104,8 @@
|
||||||
nodePackages.typescript-language-server
|
nodePackages.typescript-language-server
|
||||||
|
|
||||||
## Interpreters
|
## Interpreters
|
||||||
(python3Full.withPackages
|
(python3.withPackages
|
||||||
(ps: with ps; [numpy scipy lmfit xarray matplotlib]))
|
(ps: with ps; [tkinter numpy scipy xarray matplotlib]))
|
||||||
(luajit.withPackages
|
(luajit.withPackages
|
||||||
(ps: [(ps.callPackage ./luarocks/scilua.nix {})]))
|
(ps: [(ps.callPackage ./luarocks/scilua.nix {})]))
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue