mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
9 lines
203 B
TOML
9 lines
203 B
TOML
|
[export]
|
||
|
enabled = true
|
||
|
line_format = "{kind} {path}:{line}:{column} {message}"
|
||
|
path = ".bacon-locations"
|
||
|
|
||
|
[jobs.ta]
|
||
|
command = ["cargo", "test", "--all-features", "--color", "always"]
|
||
|
need_stdout = true
|