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
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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