development: migrated multiple packages to separate file

This commit is contained in:
2026-05-17 10:07:39 +02:00
parent 2b72d4286d
commit 52346aa1e8
2 changed files with 7 additions and 6 deletions
+7
View File
@@ -8,12 +8,19 @@
environment.systemPackages = with pkgs; [
gcc
jq # json parser used in some scripts
jp # lightweight and flexible cli JSON parser
(pkgs-unstable.python314.withPackages (ps:
with ps; [
matplotlib
networkx
scipy
]))
python313Packages.pygments # used for ccat (comment of colorize plugin from oh-my-zsh)
pkg-config
gdb
raylib
glfw # raylib and some dependecies
direnv
cling # c interpreter used for coding
# lsp