From c51f5fed7f6a7028473ebfd9762f2747389a582c Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 9 Feb 2018 19:31:11 -0500 Subject: [PATCH] fixup patch to not trace --- nix/carnix.patch | 2 +- nix/ircbot-carnix.nix | 2 +- nix/ofborg-carnix.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/carnix.patch b/nix/carnix.patch index ccb83f7..e1c1666 100644 --- a/nix/carnix.patch +++ b/nix/carnix.patch @@ -42,7 +42,7 @@ index e974c8f..0094e27 100644 + includedFileAbsolutePaths; + + in builtins.filterSource (possiblePath: _type: -+ builtins.trace "${possiblePath}" ((checkExactMatch possiblePath) || (checkPrefixMatch possiblePath)) ++ ((checkExactMatch possiblePath) || (checkPrefixMatch possiblePath)) + ) + src; updateFeatures = f: up: functions: builtins.deepSeq f (lib.lists.foldl' (features: fun: fun features) (lib.attrsets.recursiveUpdate f up) functions); diff --git a/nix/ircbot-carnix.nix b/nix/ircbot-carnix.nix index 0d8b3ed..762d1e2 100644 --- a/nix/ircbot-carnix.nix +++ b/nix/ircbot-carnix.nix @@ -32,7 +32,7 @@ let kernel = buildPlatform.parsed.kernel.name; includedFileAbsolutePaths; in builtins.filterSource (possiblePath: _type: - builtins.trace "${possiblePath}" ((checkExactMatch possiblePath) || (checkPrefixMatch possiblePath)) + ((checkExactMatch possiblePath) || (checkPrefixMatch possiblePath)) ) src; updateFeatures = f: up: functions: builtins.deepSeq f (lib.lists.foldl' (features: fun: fun features) (lib.attrsets.recursiveUpdate f up) functions); diff --git a/nix/ofborg-carnix.nix b/nix/ofborg-carnix.nix index 891c991..de062a2 100644 --- a/nix/ofborg-carnix.nix +++ b/nix/ofborg-carnix.nix @@ -32,7 +32,7 @@ let kernel = buildPlatform.parsed.kernel.name; includedFileAbsolutePaths; in builtins.filterSource (possiblePath: _type: - builtins.trace "${possiblePath}" ((checkExactMatch possiblePath) || (checkPrefixMatch possiblePath)) + ((checkExactMatch possiblePath) || (checkPrefixMatch possiblePath)) ) src; updateFeatures = f: up: functions: builtins.deepSeq f (lib.lists.foldl' (features: fun: fun features) (lib.attrsets.recursiveUpdate f up) functions);