install ping

This commit is contained in:
Kiara Grouwstra 2025-08-04 11:39:31 +02:00
parent 6284a2dd0e
commit 7ade964c36
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -9,6 +9,6 @@ steps:
- name: check-dns-nixos
image: nixos/nix
commands:
- ping -v github.com
- nix-shell -p ping --run 'ping -v github.com'
- nix-shell -p dig --run 'dig +trace github.com'
- nix-shell -p git --run 'git clone -v https://git.fediversity.eu/kiara/Fediversity.git'