summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-19 06:02:01 +0000
committerGitHub <noreply@github.com>2021-07-19 06:02:01 +0000
commitf60c09468f716f8851b976289f66e1ebd9045b79 (patch)
treedb43cafb7476db93b44e84c76930d312f2357aff /pkgs/os-specific
parentdde34afc632005a61b65b95f269dbc8b828c2f05 (diff)
parent9c688591fcae1c2c812c9929b399f1f08054f8b5 (diff)
downloadnixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.tar
nixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.tar.gz
nixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.tar.bz2
nixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.tar.lz
nixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.tar.xz
nixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.tar.zst
nixpkgs-f60c09468f716f8851b976289f66e1ebd9045b79.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/generic.nix b/pkgs/os-specific/linux/kernel/generic.nix
index aa0f19858b8..598dac90bab 100644
--- a/pkgs/os-specific/linux/kernel/generic.nix
+++ b/pkgs/os-specific/linux/kernel/generic.nix
@@ -179,7 +179,7 @@ let
     };
   }; # end of configfile derivation
 
-  kernel = (callPackage ./manual-config.nix {}) {
+  kernel = (callPackage ./manual-config.nix { inherit buildPackages;  }) {
     inherit version modDirVersion src kernelPatches randstructSeed lib stdenv extraMakeFlags extraMeta configfile;
 
     config = { CONFIG_MODULES = "y"; CONFIG_FW_LOADER = "m"; };