1
0
Fork 0

remove debug

This commit is contained in:
Daniel Barlow 2024-06-12 13:03:26 +01:00
parent 5121a8563d
commit f898e4dca2
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ let
defaultStart = defaultStart =
builtins.filter builtins.filter
(s: !(isDependentOnControlled s)) (s: !(isDependentOnControlled s)) allServices;
(lib.debug.traceValSeqN 2 allServices);
defaultDefaultTarget = bundle { defaultDefaultTarget = bundle {
name = "default"; name = "default";
contents = defaultStart; contents = defaultStart;