NixOS Integration tests: Re-enable for macOS

This commit is contained in:
Jacek Galowicz 2024-04-12 13:41:27 +02:00
parent 92323443a5
commit 8d3a38e8b1
2 changed files with 2 additions and 6 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.
'';