drop debugging related mkFlakeConfig output
was only meant for debugging, not meant to be commited
This commit is contained in:
parent
278ae0e108
commit
c41d3eed06
|
@ -33,8 +33,6 @@ lib.systemFlake (lib.recursiveUpdate
|
|||
inherit self inputs;
|
||||
inherit (cfg) channelsConfig supportedSystems;
|
||||
|
||||
mkFlakeConfig = config;
|
||||
|
||||
channels = mapAttrs
|
||||
(name: channel:
|
||||
channel // {
|
||||
|
|
Loading…
Reference in a new issue