forked from DGNum/liminix
make kernel builder callPackage'able
This commit is contained in:
parent
a7e54c087c
commit
e29d009b2f
3 changed files with 20 additions and 4 deletions
|
@ -16,7 +16,9 @@ let
|
|||
;
|
||||
};
|
||||
squashfs = (import ./make-image.nix) nixpkgs finalConfig;
|
||||
kernel = (import ./make-kernel.nix) nixpkgs finalConfig.kernel.config;
|
||||
kernel = nixpkgs.pkgs.callPackage ./kernel {
|
||||
inherit (finalConfig.kernel) config;
|
||||
};
|
||||
in {
|
||||
outputs = {
|
||||
inherit squashfs kernel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue