Revert "use environment"

This reverts commit 1473b3dfe9.
This commit is contained in:
Osman Faruk Bayram 2025-09-17 13:25:03 +03:00
parent 1473b3dfe9
commit a2420c650f

View file

@ -31,7 +31,7 @@ jobs:
- name: Install and start Tailscale - name: Install and start Tailscale
run: | run: |
# Start tailscaled daemon in background using nix shell # 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 # Wait for daemon to be ready
sleep 10 sleep 10