Loading nixos/modules/virtualisation/virtualbox-guest.nix +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ in { assertions = [ { assertion = pkgs.stdenv.hostPlatform.isx86; assertion = pkgs.stdenv.hostPlatform.isx86 || pkgs.stdenv.hostPlatform.isAarch64; message = "Virtualbox not currently supported on ${pkgs.stdenv.hostPlatform.system}"; } ]; Loading Loading
nixos/modules/virtualisation/virtualbox-guest.nix +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ in { assertions = [ { assertion = pkgs.stdenv.hostPlatform.isx86; assertion = pkgs.stdenv.hostPlatform.isx86 || pkgs.stdenv.hostPlatform.isAarch64; message = "Virtualbox not currently supported on ${pkgs.stdenv.hostPlatform.system}"; } ]; Loading