Revert "Switch default python to use python3Full"

This reverts commit 4dc77fa15e.
This commit is contained in:
Evie Litherland-Smith 2024-07-23 19:40:57 +01:00
parent 4dc77fa15e
commit 220595235b

View file

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