Skip to content

Commit a09df29

Browse files
committed
Remove nix trace
1 parent 92ec42c commit a09df29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/lbf-nix/lbf-rust.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ let
6060
gen = lbg-rust;
6161
gen-classes = classes;
6262
gen-dir = "autogen";
63-
gen-opts = [ "--packages=${builtins.trace "${packageSet}" packageSet}" ] ++ builtins.map (c: "--config=${c}") configs; # WARN(bladyjoker): If I put quotes here everything breaks.
63+
gen-opts = [ "--packages=${packageSet}" ] ++ builtins.map (c: "--config=${c}") configs; # WARN(bladyjoker): If I put quotes here everything breaks.
6464
work-dir = ".work";
6565
};
6666
};

0 commit comments

Comments
 (0)