nix shell

This commit is contained in:
Kiara Grouwstra 2025-06-05 19:21:48 +02:00
parent 7b0e00b397
commit 09c58fcc40
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -14,5 +14,5 @@ jobs:
steps:
# - run: nix-shell -p curl --command 'curl -4 icanhazip.com'
- run: nix run nixpkgs#curl -- -4 icanhazip.com
- run: nix run nixpkgs#iproute2 -- route
- run: nix run nixpkgs#iproute2 -- -c -4 addr
- run: nix shell nixpkgs#iproute2 --command ip route
- run: nix shell nixpkgs#iproute2 --command ip -c -4 addr