Unverified Commit 31513aaf authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/lib/testing: remove alias usage (#351424)

parents 31c4c6d1 729a6f3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ let
    types
    ;

  inherit (hostPkgs) hostPlatform;
  inherit (hostPkgs.stdenv) hostPlatform;

  guestSystem =
    if hostPlatform.isLinux