From a2420c650f5eaff6ef3518d4ee3002caf0505232 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 17 Sep 2025 13:25:03 +0300 Subject: [PATCH] Revert "use environment" This reverts commit 1473b3dfe9c071e3959d772a08212aa6481061a4. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5a8420..3bcc3c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Install and start Tailscale run: | # Start tailscaled daemon in background using nix shell - sudo -E nix shell nixpkgs#tailscale --command tailscaled --state=mem: & + sudo /nix/var/nix/profiles/default/bin/nix shell nixpkgs#tailscale --command tailscaled --state=mem: & # Wait for daemon to be ready sleep 10