forked from DGNum/liminix
move kernel module to its own subdir
This commit is contained in:
parent
812f497660
commit
dce983ec79
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ let
|
||||||
|
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./kernel.nix # kernel is a separate module for doc purposes
|
./kernel # kernel is a separate module for doc purposes
|
||||||
];
|
];
|
||||||
options = {
|
options = {
|
||||||
defaultProfile = {
|
defaultProfile = {
|
||||||
|
|
Loading…
Reference in a new issue