fixup patch to not trace
This commit is contained in:
parent
666596b251
commit
c51f5fed7f
|
@ -42,7 +42,7 @@ index e974c8f..0094e27 100644
|
||||||
+ includedFileAbsolutePaths;
|
+ includedFileAbsolutePaths;
|
||||||
+
|
+
|
||||||
+ in builtins.filterSource (possiblePath: _type:
|
+ in builtins.filterSource (possiblePath: _type:
|
||||||
+ builtins.trace "${possiblePath}" ((checkExactMatch possiblePath) || (checkPrefixMatch possiblePath))
|
+ ((checkExactMatch possiblePath) || (checkPrefixMatch possiblePath))
|
||||||
+ )
|
+ )
|
||||||
+ src;
|
+ src;
|
||||||
updateFeatures = f: up: functions: builtins.deepSeq f (lib.lists.foldl' (features: fun: fun features) (lib.attrsets.recursiveUpdate f up) functions);
|
updateFeatures = f: up: functions: builtins.deepSeq f (lib.lists.foldl' (features: fun: fun features) (lib.attrsets.recursiveUpdate f up) functions);
|
||||||
|
|
|
@ -32,7 +32,7 @@ let kernel = buildPlatform.parsed.kernel.name;
|
||||||
includedFileAbsolutePaths;
|
includedFileAbsolutePaths;
|
||||||
|
|
||||||
in builtins.filterSource (possiblePath: _type:
|
in builtins.filterSource (possiblePath: _type:
|
||||||
builtins.trace "${possiblePath}" ((checkExactMatch possiblePath) || (checkPrefixMatch possiblePath))
|
((checkExactMatch possiblePath) || (checkPrefixMatch possiblePath))
|
||||||
)
|
)
|
||||||
src;
|
src;
|
||||||
updateFeatures = f: up: functions: builtins.deepSeq f (lib.lists.foldl' (features: fun: fun features) (lib.attrsets.recursiveUpdate f up) functions);
|
updateFeatures = f: up: functions: builtins.deepSeq f (lib.lists.foldl' (features: fun: fun features) (lib.attrsets.recursiveUpdate f up) functions);
|
||||||
|
|
|
@ -32,7 +32,7 @@ let kernel = buildPlatform.parsed.kernel.name;
|
||||||
includedFileAbsolutePaths;
|
includedFileAbsolutePaths;
|
||||||
|
|
||||||
in builtins.filterSource (possiblePath: _type:
|
in builtins.filterSource (possiblePath: _type:
|
||||||
builtins.trace "${possiblePath}" ((checkExactMatch possiblePath) || (checkPrefixMatch possiblePath))
|
((checkExactMatch possiblePath) || (checkPrefixMatch possiblePath))
|
||||||
)
|
)
|
||||||
src;
|
src;
|
||||||
updateFeatures = f: up: functions: builtins.deepSeq f (lib.lists.foldl' (features: fun: fun features) (lib.attrsets.recursiveUpdate f up) functions);
|
updateFeatures = f: up: functions: builtins.deepSeq f (lib.lists.foldl' (features: fun: fun features) (lib.attrsets.recursiveUpdate f up) functions);
|
||||||
|
|
Loading…
Reference in a new issue