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 self inputs;
|
||||||
inherit (cfg) channelsConfig supportedSystems;
|
inherit (cfg) channelsConfig supportedSystems;
|
||||||
|
|
||||||
mkFlakeConfig = config;
|
|
||||||
|
|
||||||
channels = mapAttrs
|
channels = mapAttrs
|
||||||
(name: channel:
|
(name: channel:
|
||||||
channel // {
|
channel // {
|
||||||
|
Loading…
Reference in New Issue
Block a user