separate kernel and base modules
this is needed for levitate
This commit is contained in:
parent
a4ba5c85e1
commit
7e4a05bbf8
2 changed files with 1 additions and 3 deletions
|
@ -30,6 +30,7 @@ let
|
||||||
./modules/base.nix
|
./modules/base.nix
|
||||||
./modules/busybox.nix
|
./modules/busybox.nix
|
||||||
./modules/hostname.nix
|
./modules/hostname.nix
|
||||||
|
./modules/kernel
|
||||||
device.module
|
device.module
|
||||||
liminix-config
|
liminix-config
|
||||||
./modules/s6
|
./modules/s6
|
||||||
|
|
|
@ -12,9 +12,6 @@ let
|
||||||
type_service = pkgs.liminix.lib.types.service;
|
type_service = pkgs.liminix.lib.types.service;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
imports = [
|
|
||||||
./kernel # kernel is a separate module for doc purposes
|
|
||||||
];
|
|
||||||
options = {
|
options = {
|
||||||
defaultProfile = {
|
defaultProfile = {
|
||||||
packages = mkOption {
|
packages = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue