1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat: add sqlite to admin essentials

This commit is contained in:
2024-01-09 08:13:37 +01:00
parent 425a2ad7f5
commit 53d9e05b95

View File

@@ -18,6 +18,7 @@
pkgs.lsof # list open files
pkgs.psmisc # for killall, pstree
# SHELL
pkgs.sqlite
pkgs.fd # better find
pkgs.tree
pkgs.parallel # for parallel, since moreutils shadows task spooler