puter/hosts/headful/work/tools.nix

11 lines
145 B
Nix
Raw Permalink Normal View History

2025-04-08 21:27:00 +00:00
{pkgs, ...}: {
environment.systemPackages = [
pkgs.gnumake
pkgs.unzip
pkgs.pv
pkgs.jq
pkgs.mariadb
pkgs.openssl
];
}