Skip to content

Commit

Permalink
lkl: Supports aarch64
Browse files Browse the repository at this point in the history
ARMv6 and ARMv7 didn't work when I tried.
  • Loading branch information
dezgeg committed Nov 21, 2017
1 parent cef1abb commit 91d2cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/lkl/default.nix
Expand Up @@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
overhead
'';
homepage = https://github.com/lkl/linux/;
platforms = [ "x86_64-linux" ]; # Darwin probably works too but I haven't tested it
platforms = [ "x86_64-linux" "aarch64-linux" ]; # Darwin probably works too but I haven't tested it
license = licenses.gpl2;
maintainers = with maintainers; [ copumpkin ];
};
Expand Down

0 comments on commit 91d2cf9

Please sign in to comment.