this derivation will be built: /nix/store/4585ncp2k2hv69g2zk5d09z87q4ndxiv-treefmt-check.drv building '/nix/store/4585ncp2k2hv69g2zk5d09z87q4ndxiv-treefmt-check.drv' treefmt-check> tribuchet: building on eliza treefmt-check> treefmt v2.5.0traversed 1201 files treefmt-check> emitted 529 files for processing treefmt-check> formatted 529 files (3 changed) in 4.187s treefmt-check> M home-manager/coder.nix treefmt-check> diff --git a/home-manager/coder.nix b/home-manager/coder.nix treefmt-check> index 159b4d9..41f17ef 100644 treefmt-check> --- a/home-manager/coder.nix treefmt-check> +++ b/home-manager/coder.nix treefmt-check> @@ -11,10 +11,9 @@ let treefmt-check> # atuin's config file wins over env vars, so swap sync_address in a treefmt-check> # generated copy rather than via ATUIN_SYNC_ADDRESS. treefmt-check> atuinConfig = treefmt-check> - builtins.replaceStrings treefmt-check> - [ "https://atuin.thalheim.io" ] treefmt-check> - [ "http://atuin-server:8080" ] treefmt-check> - (builtins.readFile ../home/.config/atuin/config.toml) treefmt-check> + builtins.replaceStrings [ "https://atuin.thalheim.io" ] [ "http://atuin-server:8080" ] ( treefmt-check> + builtins.readFile ../home/.config/atuin/config.toml treefmt-check> + ) treefmt-check> + '' treefmt-check> treefmt-check> [daemon] 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