nixos/lib/testing: remove alias usage

This commit is contained in:
Sandro Jäckel
2024-10-26 14:22:26 +02:00
parent f1981c55d1
commit 729a6f3bd7

View File

@@ -13,7 +13,7 @@ let
types types
; ;
inherit (hostPkgs) hostPlatform; inherit (hostPkgs.stdenv) hostPlatform;
guestSystem = guestSystem =
if hostPlatform.isLinux if hostPlatform.isLinux