64
64
uses : actions/checkout@v2
65
65
- name : Install Nix
66
66
uses : cachix/install-nix-action@v10
67
- with :
68
- nix_path : nixpkgs=channel:nixpkgs-unstable
69
67
- name : Determined nix-build
70
68
run : ./build.sh
71
69
Nixpkgs_stable_Linux :
79
77
uses : actions/checkout@v2
80
78
- name : Install Nix
81
79
uses : cachix/install-nix-action@v10
82
- with :
83
- nix_path : nixpkgs=channel:nixpkgs-unstable
84
80
- name : Determined nix-build
85
81
run : ./build.sh
86
82
Nixpkgs_SDist_Optimize_Benchmark_Haddock_GHC-8-10_Linux :
102
98
uses : actions/checkout@v2
103
99
- name : Install Nix
104
100
uses : cachix/install-nix-action@v10
105
- with :
106
- nix_path : nixpkgs=channel:nixpkgs-unstable
107
101
- name : Determined nix-build
108
102
run : ./build.sh
109
103
Nixpkgs_GHCJS_Linux :
@@ -117,22 +111,5 @@ jobs:
117
111
uses : actions/checkout@v2
118
112
- name : Install Nix
119
113
uses : cachix/install-nix-action@v10
120
- with :
121
- nix_path : nixpkgs=channel:nixpkgs-unstable
122
- - name : Determined nix-build
123
- run : ./build.sh
124
- Nixpkgs_unstable_macOS :
125
- name : Nixpkgs, unstable, default (GHC 8.8), macOS
126
- runs-on : macos-latest
127
- continue-on-error : true
128
- env :
129
- rev : " nixpkgs-unstable"
130
- steps :
131
- - name : Git checkout
132
- uses : actions/checkout@v2
133
- - name : Install Nix
134
- uses : cachix/install-nix-action@v10
135
- with :
136
- nix_path : nixpkgs=channel:nixpkgs-unstable
137
114
- name : Determined nix-build
138
115
run : ./build.sh
0 commit comments