kernel.src may be a path not just a package

this makes it easier to hack the kernel locally and test things
pull/2/head
Daniel Barlow 2023-11-18 14:21:18 +00:00
parent c563a6451f
commit e5223f093f
1 changed files with 1 additions and 1 deletions

View File

@ -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;