From dbc967d14d354154bc556a4348971c59df5dc56c Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Wed, 10 Apr 2024 12:48:55 -0700 Subject: [PATCH] Revert "NixOS Integration Tests: Enable again for darwin" --- nixos/lib/testing/meta.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/lib/testing/meta.nix b/nixos/lib/testing/meta.nix index bdf313e5b119ff5..529fe714fcf6c54 100644 --- a/nixos/lib/testing/meta.nix +++ b/nixos/lib/testing/meta.nix @@ -36,7 +36,7 @@ in }; platforms = lib.mkOption { type = types.listOf types.raw; - default = lib.platforms.linux ++ lib.platforms.darwin; + default = lib.platforms.linux; description = '' Sets the [`meta.platforms`](https://nixos.org/manual/nixpkgs/stable/#var-meta-platforms) attribute on the [{option}`test`](#test-opt-test) derivation. '';