Skip to content

Commit

Permalink
Revert "NixOS Integration Tests: Enable again for darwin"
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-h committed Apr 10, 2024
1 parent 85d3f97 commit dbc967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/lib/testing/meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';
Expand Down

0 comments on commit dbc967d

Please sign in to comment.