remove trace

This commit is contained in:
Michael Raitza 2021-02-17 11:00:13 +01:00
parent 8f4aa0fcb3
commit 870493c34b

View file

@ -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