Commit bb36ed77 authored by Menken Philipp's avatar Menken Philipp
Browse files

nixos/virtualbox: Enable virtualbox guest additions module on aarch64

parent 081fb209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}";
          }
        ];