forked from Fediversity/Fediversity
nix shell
This commit is contained in:
parent
7b0e00b397
commit
09c58fcc40
1 changed files with 2 additions and 2 deletions
|
@ -14,5 +14,5 @@ jobs:
|
||||||
steps:
|
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
|
- run: nix run nixpkgs#curl -- -4 icanhazip.com
|
||||||
- run: nix run nixpkgs#iproute2 -- route
|
- run: nix shell nixpkgs#iproute2 --command ip route
|
||||||
- run: nix run nixpkgs#iproute2 -- -c -4 addr
|
- run: nix shell nixpkgs#iproute2 --command ip -c -4 addr
|
||||||
|
|
Loading…
Add table
Reference in a new issue