mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 18:12:34 +09:00
nixos/tests/installer: fix eval
This commit is contained in:
parent
58ffa16a5c
commit
c87615a319
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ let
|
||||||
# put global maintainers here, individuals go into makeInstallerTest fkt call
|
# put global maintainers here, individuals go into makeInstallerTest fkt call
|
||||||
maintainers = (meta.maintainers or [ ]);
|
maintainers = (meta.maintainers or [ ]);
|
||||||
# non-EFI tests can only run on x86
|
# non-EFI tests can only run on x86
|
||||||
platforms = lib.mkIf (!isEfi) [
|
platforms = mkIf (!isEfi) [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"x86_64-darwin"
|
"x86_64-darwin"
|
||||||
"i686-linux"
|
"i686-linux"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue