try nix run

This commit is contained in:
Kiara Grouwstra 2025-06-05 19:09:54 +02:00
parent aa5e75c3c8
commit 89105493e4
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -12,4 +12,5 @@ jobs:
check-ip:
runs-on: native
steps:
- run: nix-shell -p curl --command 'curl -4 icanhazip.com'
# - run: nix-shell -p curl --command 'curl -4 icanhazip.com'
- run: nix run nixpkgs#curl -- -4 icanhazip.com