Skip to content

Commit 9191848

Browse files
authored
Merge pull request #1426 from peterbecich/nothing-but-nix-linux
use `nothing-but-nix` GitHub Action only on Linux
2 parents 5ca296b + 9331e85 commit 9191848

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nix-flake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: wimpysworld/nothing-but-nix@main
23+
if: runner.os == 'Linux'
2324
with:
2425
hatchet-protocol: 'rampage'
2526
nix-permission-edict: true
@@ -54,6 +55,7 @@ jobs:
5455
steps:
5556
- uses: actions/checkout@v4
5657
- uses: wimpysworld/nothing-but-nix@main
58+
if: runner.os == 'Linux'
5759
with:
5860
hatchet-protocol: 'rampage'
5961
nix-permission-edict: true

0 commit comments

Comments
 (0)