Skip to content

Commit d0ffddd

Browse files
committed
Generate GitHub workflows on Ubuntu and macOS.
With the new genCrossPlatformNixActions command.
1 parent a1a3760 commit d0ffddd

19 files changed

+17028
-18
lines changed

.github/workflows/nix-action-8.10-macos.yml

Lines changed: 2921 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/nix-action-8.10.yml renamed to .github/workflows/nix-action-8.10-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2906,7 +2906,7 @@ jobs:
29062906
name: Building/fetching current CI target
29072907
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.10" --argstr
29082908
job "zorns-lemma"
2909-
name: Nix CI for bundle 8.10
2909+
name: Nix CI for bundle 8.10 on platform ubuntu-latest
29102910
'on':
29112911
pull_request:
29122912
paths:

.github/workflows/nix-action-8.11-macos.yml

Lines changed: 3201 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/nix-action-8.11.yml renamed to .github/workflows/nix-action-8.11-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3186,7 +3186,7 @@ jobs:
31863186
name: Building/fetching current CI target
31873187
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.11" --argstr
31883188
job "zorns-lemma"
3189-
name: Nix CI for bundle 8.11
3189+
name: Nix CI for bundle 8.11 on platform ubuntu-latest
31903190
'on':
31913191
pull_request:
31923192
paths:

.github/workflows/nix-action-8.12-macos.yml

Lines changed: 3339 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/nix-action-8.12.yml renamed to .github/workflows/nix-action-8.12-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3324,7 +3324,7 @@ jobs:
33243324
name: Building/fetching current CI target
33253325
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.12" --argstr
33263326
job "zorns-lemma"
3327-
name: Nix CI for bundle 8.12
3327+
name: Nix CI for bundle 8.12 on platform ubuntu-latest
33283328
'on':
33293329
pull_request:
33303330
paths:

.github/workflows/nix-action-8.13-macos.yml

Lines changed: 3538 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/nix-action-8.13.yml renamed to .github/workflows/nix-action-8.13-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3523,7 +3523,7 @@ jobs:
35233523
name: Building/fetching current CI target
35243524
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.13" --argstr
35253525
job "zorns-lemma"
3526-
name: Nix CI for bundle 8.13
3526+
name: Nix CI for bundle 8.13 on platform ubuntu-latest
35273527
'on':
35283528
pull_request:
35293529
paths:

.github/workflows/nix-action-8.14-macos.yml

Lines changed: 2756 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/nix-action-8.14.yml renamed to .github/workflows/nix-action-8.14-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2741,7 +2741,7 @@ jobs:
27412741
name: Building/fetching current CI target
27422742
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "8.14" --argstr
27432743
job "zorns-lemma"
2744-
name: Nix CI for bundle 8.14
2744+
name: Nix CI for bundle 8.14 on platform ubuntu-latest
27452745
'on':
27462746
pull_request:
27472747
paths:

0 commit comments

Comments
 (0)