Skip to content

Commit

Permalink
Fix username and host when building kernel (#4963)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiziano88 authored Mar 27, 2024
1 parent b160b54 commit 83d881d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
# - CONFIG_MODULE_SIG_ALL is not set
# - CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set
configfile = ./oak_containers_kernel/configs/6.1.33/minimal.config;
# And also the following build variables.
# See https://docs.kernel.org/kbuild/reproducible-builds.html.
extraMakeFlags = [
"KBUILD_BUILD_USER=user"
"KBUILD_BUILD_HOST=host"
];
version = linux_kernel_version;
src = linux_kernel_src;
allowImportFromDerivation = true;
Expand Down

0 comments on commit 83d881d

Please sign in to comment.