Loading pkgs/os-specific/linux/broadcom-sta/default.nix +10 −4 Original line number Diff line number Diff line { lib, stdenv, fetchurl, kernel }: { lib, stdenv, fetchurl, kernel, }: let version = "6.30.223.271"; Loading @@ -16,7 +21,8 @@ stdenv.mkDerivation { src = fetchurl { url = "https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/${tarball}"; hash = hashes.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); hash = hashes.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); }; hardeningDisable = [ "pic" ]; Loading Loading
pkgs/os-specific/linux/broadcom-sta/default.nix +10 −4 Original line number Diff line number Diff line { lib, stdenv, fetchurl, kernel }: { lib, stdenv, fetchurl, kernel, }: let version = "6.30.223.271"; Loading @@ -16,7 +21,8 @@ stdenv.mkDerivation { src = fetchurl { url = "https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/${tarball}"; hash = hashes.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); hash = hashes.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); }; hardeningDisable = [ "pic" ]; Loading