nix-shell

This commit is contained in:
Kiara Grouwstra 2025-06-05 19:07:26 +02:00
parent 342721f0fb
commit 878807b932
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

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