Skip to content

Commit

Permalink
💚 Wait for nix daemon to start on mac runners
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Aug 6, 2023
1 parent a423b17 commit 5be8cd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/43862987c3cf2554a542c6dd81f5f37435eb1423.tar.gz # keep in sync with shell.nix

- name: Wait for nix daemon to start
if: runner.os == 'macOS'
run: wait4path /nix/var/nix/profiles/per-user

- name: setup direnv
uses: JRMurr/[email protected]
with:
Expand Down

0 comments on commit 5be8cd6

Please sign in to comment.