Skip to content

Commit

Permalink
add aarch64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneybun committed Oct 18, 2024
1 parent 357c57d commit cacac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/system76-io/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation {
meta = with lib; {
maintainers = [ maintainers.khumba ahoneybun];
license = [ licenses.gpl2Plus ];
platforms = [ "i686-linux" "x86_64-linux" ];
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
broken = versionOlder kernel.version "4.14";
description = "DKMS module for controlling System76 I/O board";
homepage = "https://github.com/pop-os/system76-io-dkms";
Expand Down

0 comments on commit cacac73

Please sign in to comment.