Merge pull request 'clanCore/packages.nix: add gitMinimal' (#1031) from DavHau-dave into main

This commit is contained in:
clan-bot
2024-03-25 04:54:00 +00:00

View File

@@ -1,11 +1,13 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
# essential debugging tools for networked services
environment.systemPackages = [ environment.systemPackages = [
# essential debugging tools for networked services
pkgs.dnsutils pkgs.dnsutils
pkgs.tcpdump pkgs.tcpdump
pkgs.curl pkgs.curl
pkgs.jq pkgs.jq
pkgs.htop pkgs.htop
# needed to deploy via `clan machines update` if the flake has a git input
pkgs.gitMinimal
]; ];
} }