kernel.src may be a path not just a package
this makes it easier to hack the kernel locally and test things
This commit is contained in:
parent
c563a6451f
commit
e5223f093f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ let
|
|||
in {
|
||||
options = {
|
||||
kernel = {
|
||||
src = mkOption { type = types.package; } ;
|
||||
src = mkOption { type = types.path; } ;
|
||||
modular = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
|
|
Loading…
Reference in a new issue