add(nix): packages

This commit is contained in:
Léana 江 2023-12-27 10:24:22 +01:00 committed by Léana 江
parent ef2ab82bf6
commit 7bf69d1f3c
4 changed files with 45 additions and 20 deletions

View file

@ -18,10 +18,9 @@
nil
alejandra
# TODO: enable this when thinkpad is actually here
# (python39.withPackages (ps: with ps; [beautifulsoup4 requests]))
# jdk17
# rustup
# nodejs_20
(python39.withPackages (ps: with ps; [beautifulsoup4 requests]))
jdk17
rustup
nodejs_20
];
}