From 870493c34b0d4be268aef50393c3a275209d44e5 Mon Sep 17 00:00:00 2001 From: Michael Raitza Date: Wed, 17 Feb 2021 11:00:13 +0100 Subject: [PATCH] remove trace --- builder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.nix b/builder.nix index 5f5d926..5d654ad 100644 --- a/builder.nix +++ b/builder.nix @@ -23,7 +23,7 @@ let then imported.value else { src = filterSource - (path: type: type != "directory" || (baseNameOf path != ".git" && (all (x: trace x path != x) filter))) + (path: type: type != "directory" || (baseNameOf path != ".git" && (all (x: path != x) filter))) (/. + root); builder = '' #!/bin/sh