mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 19:18:07 +02:00
fix: inherit impureUseNativeOptimizations
This commit is contained in:
parent
cfe284d4af
commit
4d650b8cec
@ -89,12 +89,18 @@
|
|||||||
mkCachyKernel =
|
mkCachyKernel =
|
||||||
{ buildLinux, pkgs, ... }@args:
|
{ buildLinux, pkgs, ... }@args:
|
||||||
(import ./kernel-cachyos/mkCachyKernel.nix) {
|
(import ./kernel-cachyos/mkCachyKernel.nix) {
|
||||||
inherit inputs lib buildLinux args;
|
inherit
|
||||||
|
inputs
|
||||||
|
lib
|
||||||
|
buildLinux
|
||||||
|
args
|
||||||
|
;
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
stdenv
|
stdenv
|
||||||
callPackage
|
callPackage
|
||||||
kernelPatches
|
kernelPatches
|
||||||
applyPatches
|
applyPatches
|
||||||
|
impureUseNativeOptimizations
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user