fix cachy kernel

This commit is contained in:
mjallen18
2026-01-22 13:25:34 -06:00
parent 1410f0fe25
commit d4e0b93e4e
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ let
cachyosPackages = final.callPackage ../../packages/linux-cachyos {
pkgs = final;
nixpkgs = inputs.nixpkgs;
inherit self;
inherit self lib namespace;
};
in
{