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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user