feat: a lot of stuff

This commit is contained in:
Jacob Bachmann 2024-04-24 10:19:57 +02:00
parent 21ea9638e5
commit 0975ba3044
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
6 changed files with 55 additions and 28 deletions

View file

@ -19,6 +19,7 @@
xidel # command line tool to download and extract data from html/xml pages as well as json apis
nvd # nix/nixos package version diff tool
inotify-tools # a c library and a set of command-line programs providing a simple interface to inotify
wireguard-tools # tools for the wireguard secure network tunnel
] ++ lib.optionals (devenv.enable) [
# languages
gcc13
@ -27,6 +28,8 @@
cargo
go
python312
python312Packages.ptpython
python312Packages.ipython
lua
nixpkgs-fmt
openjdk17