mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
parent
f1246574f5
commit
16f669780b
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ let
|
|||
# put global maintainers here, individuals go into makeInstallerTest fkt call
|
||||
maintainers = (meta.maintainers or [ ]);
|
||||
# non-EFI tests can only run on x86
|
||||
platforms = lib.mkIf (!isEfi) [
|
||||
platforms = mkIf (!isEfi) [
|
||||
"x86_64-linux"
|
||||
"x86_64-darwin"
|
||||
"i686-linux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue