this derivation will be built: /nix/store/s5ykqhymqrq2hhahckh9w87qh1b8rvbj-treefmt-check.drv error: build of '/nix/store/s5ykqhymqrq2hhahckh9w87qh1b8rvbj-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/s5ykqhymqrq2hhahckh9w87qh1b8rvbj-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/nihkknav60yx86zxly58g8gcr79ql2ml-treefmt-check Last 25 log lines: > emitted 91 files for processing > formatted 91 files (1 changed) in 2.713s > M nixosModules/master.nix > diff --git a/nixosModules/master.nix b/nixosModules/master.nix > index 983beb2..5d72f7d 100644 > --- a/nixosModules/master.nix > +++ b/nixosModules/master.nix > @@ -34,12 +34,14 @@ let > ] > name; > > - getAttrTag = attr: > + getAttrTag = > + attr: > let > names = lib.attrNames attr; > in > - assert lib.assertMsg (lib.length names == 1) "attribute set doesn't contain just one attribute, instead it contains: ${lib.concatStringsSep ", " names}"; > - attr.${lib.head names}; > + assert lib.assertMsg (lib.length names == 1) > + "attribute set doesn't contain just one attribute, instead it contains: ${lib.concatStringsSep ", " names}"; > + attr.${lib.head names}; > > backendPort = > if (cfg.accessMode ? "fullyPrivate") then For full logs, run: nix log /nix/store/s5ykqhymqrq2hhahckh9w87qh1b8rvbj-treefmt-check.drv error: Cannot build '/nix/store/s5ykqhymqrq2hhahckh9w87qh1b8rvbj-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/nihkknav60yx86zxly58g8gcr79ql2ml-treefmt-check