From c36e8561c6c19bb32d3af3147de92857f34989ea Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 4 Aug 2025 11:39:31 +0200 Subject: [PATCH] install ping --- .woodpecker/check-dns-nixos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/check-dns-nixos.yaml b/.woodpecker/check-dns-nixos.yaml index c465e171..25627724 100644 --- a/.woodpecker/check-dns-nixos.yaml +++ b/.woodpecker/check-dns-nixos.yaml @@ -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'