Jonas Chevalier

Results 831 comments of Jonas Chevalier

Another workaround is to use [hclfmt](https://github.com/hashicorp/hcl/tree/main/cmd/hclfmt): ```toml [formatter.hcl] command = "hclfmt" options = [ "-w" # write in place ] includes = ["*.hcl", "*.tf"] ``` Note that hclfmt isn't widely...

What behaviour does it have if the commit is not fully formatted? Is it updating the commit with the fixed code, or aborting with an error?

The pre-commit framework is a bit heavy for my taste so I wrote a bash script to replace it (see #166). I think both approaches are valid, depending on if...

/cc @nicknovitski

Are you on Mojave @wmertens ? I am seeing a similar issue. To run the daemon manually use: `$(grep nix-linuxkit ~/.cache/nix-linuxkit-builder/gcroot | cut -f 2 -d '>' | cut -f...

All the *kit haven't been upgraded for a while, there might be some mojave-related bugfixes already in upstream.

I created a "staging" branch tracked by hydra: https://hydra.nixos.org/jobset/linux-on-mac-builder/staging The branch contains upgraded packages, which predictably broke the builds. It would be nice to get some help to fix the...

Sounds about right. Let's try again once https://github.com/NixOS/nixpkgs/pull/47678 is merged

Just got this error as well, it's as if it wasn't reading `/etc/nix/machines` at all. Usually when the remote builder is failing it would print a message about the connection...