forked from fediversity/fediversity
proper package
This commit is contained in:
parent
22a5e343d9
commit
d00ca3d51e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ steps:
|
||||||
- name: check-dns-nixos
|
- name: check-dns-nixos
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
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 dig --run 'dig +trace github.com'
|
||||||
- nix-shell -p git --run 'git clone -v https://git.fediversity.eu/kiara/Fediversity.git'
|
- nix-shell -p git --run 'git clone -v https://git.fediversity.eu/kiara/Fediversity.git'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue