Skip to content

Commit

Permalink
Merge pull request NixOS#269564 from mkg20001/openwrt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 authored Nov 24, 2023
2 parents 7c3a4b8 + 73f9b84 commit 58417e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/libnl-tiny/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ stdenv.mkDerivation {
homepage = "https://git.openwrt.org/?p=project/libnl-tiny.git;a=summary";
license = licenses.isc;
maintainers = with maintainers; [ mkg20001 ];
platforms = platforms.all;
platforms = platforms.linux;
};
}

0 comments on commit 58417e5

Please sign in to comment.