Use the newly refactored code

This commit is contained in:
mexisme
2022-11-28 20:28:52 +13:00
parent 158f86bb32
commit 3de7b6e0c5
2 changed files with 79 additions and 79 deletions

View File

@@ -6,7 +6,7 @@
}:
# To test the kernel build:
# nix-build -E "with import <nixpkgs> {}; (pkgs.callPackage ./. {}).kernel"
# nix-build -E "with import <nixpkgs> {}; (pkgs.callPackage ./. {}).boot.kernelPackages.kernel"
let
inherit (lib) kernel recurseIntoAttrs;