mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
Revert "NixOS Integration Tests: Enable again for darwin"
This commit is contained in:
parent
85d3f97277
commit
dbc967d14d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ in
|
||||||
};
|
};
|
||||||
platforms = lib.mkOption {
|
platforms = lib.mkOption {
|
||||||
type = types.listOf types.raw;
|
type = types.listOf types.raw;
|
||||||
default = lib.platforms.linux ++ lib.platforms.darwin;
|
default = lib.platforms.linux;
|
||||||
description = ''
|
description = ''
|
||||||
Sets the [`meta.platforms`](https://nixos.org/manual/nixpkgs/stable/#var-meta-platforms) attribute on the [{option}`test`](#test-opt-test) derivation.
|
Sets the [`meta.platforms`](https://nixos.org/manual/nixpkgs/stable/#var-meta-platforms) attribute on the [{option}`test`](#test-opt-test) derivation.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue