From 89105493e4f0cdc9af9e18648f4ea4a5710621f9 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 5 Jun 2025 19:09:54 +0200 Subject: [PATCH] try nix run --- .forgejo/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index c8f8c06d..327b7876 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -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