this derivation will be built: /nix/store/x5xpv8gq5xcaqxv5zk0hf1my45sv1mc6-treefmt-check.drv error: Cannot build '/nix/store/x5xpv8gq5xcaqxv5zk0hf1my45sv1mc6-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/w7ccda95cghg3gnqi8436dvap9ypk3lf-treefmt-check Last 23 log lines: > tribuchet: building on jamie > treefmt v2.5.0traversed 1201 files > emitted 529 files for processing > formatted 529 files (3 changed) in 3.306s > M home-manager/coder.nix > diff --git a/home-manager/coder.nix b/home-manager/coder.nix > index 159b4d9..41f17ef 100644 > --- a/home-manager/coder.nix > +++ b/home-manager/coder.nix > @@ -11,10 +11,9 @@ let > # atuin's config file wins over env vars, so swap sync_address in a > # generated copy rather than via ATUIN_SYNC_ADDRESS. > atuinConfig = > - builtins.replaceStrings > - [ "https://atuin.thalheim.io" ] > - [ "http://atuin-server:8080" ] > - (builtins.readFile ../home/.config/atuin/config.toml) > + builtins.replaceStrings [ "https://atuin.thalheim.io" ] [ "http://atuin-server:8080" ] ( > + builtins.readFile ../home/.config/atuin/config.toml > + ) > + '' > > [daemon] For full logs, run: nix log /nix/store/x5xpv8gq5xcaqxv5zk0hf1my45sv1mc6-treefmt-check.drv