proper package

This commit is contained in:
Kiara Grouwstra 2025-08-04 11:45:50 +02:00
parent 22a5e343d9
commit d00ca3d51e
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -9,6 +9,6 @@ steps:
- name: check-dns-nixos
image: nixos/nix
commands:
- nix-shell -p ping --run 'ping -v github.com'
- nix-shell -p unixtools.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'