Removed pip and cmake from python packages, and generalized python to always get newest version
(Packages not needed anymore because of ncli dev and nix-direnv)
This commit is contained in:
@ -11,9 +11,7 @@
|
|||||||
#Essentials (CLI Only)
|
#Essentials (CLI Only)
|
||||||
wget #A tool for quickly downloading things from the Web
|
wget #A tool for quickly downloading things from the Web
|
||||||
#javaPackages.compiler.openjdk25 #Java Development Kit 25
|
#javaPackages.compiler.openjdk25 #Java Development Kit 25
|
||||||
#python314 #Python
|
python3 #Python
|
||||||
#python314Packages.pip #Pip for Python 3.12
|
|
||||||
#python314Packages.cmake #The CMake tool to manage project build configurations
|
|
||||||
fastfetch #A utility to see information about your machine
|
fastfetch #A utility to see information about your machine
|
||||||
btop #A replacement for htop to see your machines resources
|
btop #A replacement for htop to see your machines resources
|
||||||
git #Git ... no need to explain
|
git #Git ... no need to explain
|
||||||
|
|||||||
Reference in New Issue
Block a user