Merge pull request #303150 from tfc/nixos-integration-tests-macos-platforms

NixOS Integration Tests: Enable again for darwin
This commit is contained in:
K900 2024-04-10 19:36:53 +03:00 committed by GitHub
commit a90b106c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ in
};
platforms = lib.mkOption {
type = types.listOf types.raw;
default = lib.platforms.linux;
default = lib.platforms.linux ++ lib.platforms.darwin;
description = ''
Sets the [`meta.platforms`](https://nixos.org/manual/nixpkgs/stable/#var-meta-platforms) attribute on the [{option}`test`](#test-opt-test) derivation.
'';