Skip to content

Commit dde5e1d

Browse files
authored
nixos/tests/installer: fix eval (#408649)
2 parents 58ffa16 + c87615a commit dde5e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/tests/installer.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ let
651651
# put global maintainers here, individuals go into makeInstallerTest fkt call
652652
maintainers = (meta.maintainers or [ ]);
653653
# non-EFI tests can only run on x86
654-
platforms = lib.mkIf (!isEfi) [
654+
platforms = mkIf (!isEfi) [
655655
"x86_64-linux"
656656
"x86_64-darwin"
657657
"i686-linux"

0 commit comments

Comments
 (0)