air icon indicating copy to clipboard operation
air copied to clipboard

pre_cmd fails

Open petereichinger opened this issue 3 months ago • 3 comments

I created a basic air config with air init. Then i try to add a simple pre_cmd before cmd in the .air.toml file:

pre_cmd = ["echo 'hello air' > pre_cmd.txt"]

Now air does not work anymore (config is not parsed correctly and only defaults are used see #516

What do I do wrong here?

I use version 1.51.0 and use NixOs

petereichinger avatar Apr 01 '24 23:04 petereichinger