nixbot

builds

succeeded setup x86_64-linux.formatting · build #277 · raw

1this derivation will be built:2 /nix/store/x5xpv8gq5xcaqxv5zk0hf1my45sv1mc6-treefmt-check.drv3error: Cannot build '/nix/store/x5xpv8gq5xcaqxv5zk0hf1my45sv1mc6-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/w7ccda95cghg3gnqi8436dvap9ypk3lf-treefmt-check7 Last 23 log lines:8 > tribuchet: building on jamie9 > treefmt v2.5.0traversed 1201 files10 > emitted 529 files for processing11 > formatted 529 files (3 changed) in 3.306s12 > M home-manager/coder.nix13 > diff --git a/home-manager/coder.nix b/home-manager/coder.nix14 > index 159b4d9..41f17ef 10064415 > --- a/home-manager/coder.nix16 > +++ b/home-manager/coder.nix17 > @@ -11,10 +11,9 @@ let18 > # atuin's config file wins over env vars, so swap sync_address in a19 > # generated copy rather than via ATUIN_SYNC_ADDRESS.20 > atuinConfig =21 > - builtins.replaceStrings22 > - [ "https://atuin.thalheim.io" ]23 > - [ "http://atuin-server:8080" ]24 > - (builtins.readFile ../home/.config/atuin/config.toml)25 > + builtins.replaceStrings [ "https://atuin.thalheim.io" ] [ "http://atuin-server:8080" ] (26 > + builtins.readFile ../home/.config/atuin/config.toml27 > + )28 > + ''29 >30 > [daemon]31 For full logs, run:32 nix log /nix/store/x5xpv8gq5xcaqxv5zk0hf1my45sv1mc6-treefmt-check.drv