mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-07 10:17:50 +00:00
[Boot] debug aviallon.boot.kernel.package
This commit is contained in:
parent
d04b4a1f7d
commit
b4c4dde1d0
2 changed files with 2 additions and 2 deletions
2
boot.nix
2
boot.nix
|
|
@ -269,7 +269,7 @@ in {
|
|||
initrd.compressorArgs = [ "-T0" "-9" ];
|
||||
|
||||
kernelPackages = with myLib.debug; let
|
||||
baseKernel = cfg.kernel.package;
|
||||
baseKernel = traceValWithPrefix "aviallon.boot.kernel.package" cfg.kernel.package;
|
||||
|
||||
# Possible CFLAGS source : (myLib.optimizations.makeOptimizationFlags {}).CFLAGS
|
||||
kCflags = traceValWithPrefix "kCflags" (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue