From 09c58fcc4008a0b7a8db5f9792cc4e6ce2cb382a Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 5 Jun 2025 19:21:48 +0200 Subject: [PATCH] nix shell --- .forgejo/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 383ef55b..413275a5 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -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