1
0
Fork 0

remove trace

master
Michael Raitza 2021-02-17 11:00:13 +01:00
parent 8f4aa0fcb3
commit 870493c34b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ let
then imported.value then imported.value
else { else {
src = filterSource 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); (/. + root);
builder = '' builder = ''
#!/bin/sh #!/bin/sh