Skip to content

Commit c8c9990

Browse files
committed
CI: GitHub: Nix-dev-env-{main,macOS}: rm Nixpkgs channel from names
1 parent f91a12d commit c8c9990

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Optional-Nix-dev-env-macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020

2121
jobs:
2222
build10:
23-
name: "NixOS-unstable, default GHC (8.8)"
23+
name: "Default GHC (8.8)"
2424
runs-on: macos-latest
2525
continue-on-error: true
2626
steps:

.github/workflows/Optional-Nix-dev-env-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ env:
5757
jobs:
5858

5959
build10:
60-
name: "NixOS-unstable channel, strict build, default GHC (8.8)"
60+
name: "Default Nixpkgs GHC (8.8), strict build"
6161
runs-on: ubuntu-latest
6262
# 2020-08-01: NOTE: Due to Nixpkgs brittleness to not block project development Nixpkgs made optional, see commit message for more info
6363
continue-on-error: true
@@ -81,7 +81,7 @@ jobs:
8181

8282

8383
build20:
84-
name: "Quality build, SDist, Optimizations, Benchmark, Haddock, Completions, GHC 8.10.1"
84+
name: "GHC 8.10.1, quality build, SDist, Optimizations, Benchmark, Haddock, Completions"
8585
runs-on: ubuntu-latest
8686
continue-on-error: true
8787
steps:

0 commit comments

Comments
 (0)