mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Boot] fix build failure
This commit is contained in:
parent
a64e11dd6a
commit
4fb66497db
1 changed files with 4 additions and 2 deletions
6
boot.nix
6
boot.nix
|
|
@ -282,8 +282,10 @@ in {
|
|||
optionalAttrs config.aviallon.optimizations.enable (
|
||||
myLib.attrsets.mergeAttrsRecursive
|
||||
{
|
||||
KCFLAGS = kCflags;
|
||||
KRUSTFLAGS = kRustflags;
|
||||
env = {
|
||||
KCFLAGS = kCflags;
|
||||
KRUSTFLAGS = kRustflags;
|
||||
};
|
||||
}
|
||||
(traceValWithPrefix "aviallon.boot.kernel.addOptimizationAttributes" cfg.kernel.addOptimizationAttributes)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue