Switch default python to use python3Full

This commit is contained in:
Evie Litherland-Smith 2024-07-23 18:40:17 +01:00
parent 1cc8ff0094
commit 4dc77fa15e

View file

@ -104,8 +104,8 @@
nodePackages.typescript-language-server
## Interpreters
(python3.withPackages
(ps: with ps; [tkinter numpy scipy xarray matplotlib]))
(python3Full.withPackages
(ps: with ps; [numpy scipy lmfit xarray matplotlib]))
(luajit.withPackages
(ps: [(ps.callPackage ./luarocks/scilua.nix {})]))
];