this derivation will be built: /nix/store/4585ncp2k2hv69g2zk5d09z87q4ndxiv-treefmt-check.drv error: Cannot build '/nix/store/4585ncp2k2hv69g2zk5d09z87q4ndxiv-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/blb8yip1b9hcg9bhfqnqvfigkw60222h-treefmt-check Last 23 log lines: > tribuchet: building on eliza > treefmt v2.5.0traversed 1201 files > emitted 529 files for processing > formatted 529 files (3 changed) in 4.187s > 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/4585ncp2k2hv69g2zk5d09z87q4ndxiv-treefmt-check.drv