diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-12-04 10:54:04 +0100 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-12-04 11:08:21 +0100 |
| commit | 5a47dc28836adf19b87ba77a4c311c0c5d38438c (patch) | |
| tree | 12e9746382940bfaacc51599cf02dd6f4102a030 /pkgs | |
| parent | 309b585cc910627633a7c7d5758c69cf97718691 (diff) | |
lib: check-network: fix dependencies
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/lib/services/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/lib/services/default.nix b/pkgs/lib/services/default.nix index 0363ecc..5b2bb3f 100644 --- a/pkgs/lib/services/default.nix +++ b/pkgs/lib/services/default.nix @@ -6,7 +6,7 @@ let let pkg = pkgs.writeShellApplication { name = "check-network"; - runtimeInputs = [ pkgs.unixtools.ping ]; + runtimeInputs = [ pkgs.toybox ]; text = '' for _ in {1..5} do |
