forked from extern/flakelight
Fix bundlers default value
The incorrect default value of bundlers was causing the attributes to be exported in flakes not using bundlers.
This commit is contained in:
parent
ff24d5d433
commit
87ba2051d3
@ -20,7 +20,7 @@ in
|
||||
|
||||
bundlers = mkOption {
|
||||
type = nullOr (optFunctionTo (lazyAttrsOf function));
|
||||
default = { };
|
||||
default = null;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user