File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ We provide CI for these platforms:
2
2
3
3
- ` aarch64-darwin `
4
4
- ` aarch64-linux `
5
- - ` x86_64-darwin `
6
5
- ` x86_64-linux `
7
6
8
7
Both ` aarch64-linux ` and ` x86_64-linux ` have support for ` kvm ` /` nixos-test ` .
9
8
10
- We only have limited build capacity for ` * -darwin` so please don't use it excessively.
9
+ We only have limited build capacity for ` aarch64 -darwin` so please don't use it excessively.
11
10
12
11
See [ here] ( ./infrastructure.md#continuous-integration ) for details about the hardware.
13
12
Original file line number Diff line number Diff line change 1
- { inputs , ... } :
1
+ { inputs , lib , ... } :
2
2
3
3
{
4
4
imports = [
12
12
nixCommunity . darwin . ipv6 = "2a01:4f8:d1:5715::2 64 2a01:4f8:d1:5715::1" ;
13
13
14
14
nix . settings . sandbox = "relaxed" ;
15
- nix . settings . extra-platforms = [ "x86_64-darwin" ] ;
15
+ nix . settings . extra-platforms = lib . mkForce [ ] ;
16
16
17
17
# disable nixos-tests
18
18
nix . settings . system-features = [ "big-parallel" ] ;
You can’t perform that action at this time.
0 commit comments