1this derivation will be built:2 /nix/store/s5ykqhymqrq2hhahckh9w87qh1b8rvbj-treefmt-check.drv3error: build of '/nix/store/s5ykqhymqrq2hhahckh9w87qh1b8rvbj-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/s5ykqhymqrq2hhahckh9w87qh1b8rvbj-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/nihkknav60yx86zxly58g8gcr79ql2ml-treefmt-check7 Last 25 log lines:8 > emitted 91 files for processing9 > formatted 91 files (1 changed) in 2.713s10 > M nixosModules/master.nix11 > diff --git a/nixosModules/master.nix b/nixosModules/master.nix12 > index 983beb2..5d72f7d 10064413 > --- a/nixosModules/master.nix14 > +++ b/nixosModules/master.nix15 > @@ -34,12 +34,14 @@ let16 > ]17 > name;18 > 19 > - getAttrTag = attr:20 > + getAttrTag =21 > + attr:22 > let23 > names = lib.attrNames attr;24 > in25 > - assert lib.assertMsg (lib.length names == 1) "attribute set doesn't contain just one attribute, instead it contains: ${lib.concatStringsSep ", " names}";26 > - attr.${lib.head names};27 > + assert lib.assertMsg (lib.length names == 1)28 > + "attribute set doesn't contain just one attribute, instead it contains: ${lib.concatStringsSep ", " names}";29 > + attr.${lib.head names};30 > 31 > backendPort =32 > if (cfg.accessMode ? "fullyPrivate") then33 For full logs, run:34 nix log /nix/store/s5ykqhymqrq2hhahckh9w87qh1b8rvbj-treefmt-check.drv35error: Cannot build '/nix/store/s5ykqhymqrq2hhahckh9w87qh1b8rvbj-treefmt-check.drv'.36 Reason: builder failed with exit code 1.37 Output paths:38 /nix/store/nihkknav60yx86zxly58g8gcr79ql2ml-treefmt-check